From 23836a629291a42a42a7791aca5786a2cd163313 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 29 Jul 2008 10:37:40 +0000 Subject: [PATCH] then we dont need this. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25967 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiSelection.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontends/qt4/GuiSelection.cpp b/src/frontends/qt4/GuiSelection.cpp index 77c7113c53..34a138b3de 100644 --- a/src/frontends/qt4/GuiSelection.cpp +++ b/src/frontends/qt4/GuiSelection.cpp @@ -37,8 +37,6 @@ GuiSelection::GuiSelection() { connect(qApp->clipboard(), SIGNAL(selectionChanged()), this, SLOT(on_dataChanged())); - // initialize clipboard status. - on_dataChanged(); }