]> git.lyx.org Git - features.git/commitdiff
then we dont need this.
authorPavel Sanda <sanda@lyx.org>
Tue, 29 Jul 2008 10:37:40 +0000 (10:37 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 29 Jul 2008 10:37:40 +0000 (10:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25967 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiSelection.cpp

index 77c7113c53be77dc1fb5c542d27aa341d254c19b..34a138b3deb5601fc5f2bf0d38315d5668063084 100644 (file)
@@ -37,8 +37,6 @@ GuiSelection::GuiSelection()
 {
        connect(qApp->clipboard(), SIGNAL(selectionChanged()),
                this, SLOT(on_dataChanged()));
-       // initialize clipboard status.
-       on_dataChanged();
 }