not needed now

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25962 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-29 10:00:11 +00:00
parent 221812b6e0
commit 26b3fdcc48

View File

@ -55,7 +55,7 @@ void GuiSelection::haveSelection(bool own)
// an application actually requests it. // an application actually requests it.
// This way calling Selection::have() is cheap and we can do it as // This way calling Selection::have() is cheap and we can do it as
// often as we want. // often as we want.
LYXERR(Debug::SELECTION, "GuiSelection: setting dummy selection"); //LYXERR(Debug::SELECTION, "GuiSelection: setting dummy selection");
if (own) if (own)
qApp->clipboard()->setText(QString(), QClipboard::Selection); qApp->clipboard()->setText(QString(), QClipboard::Selection);
// We don't need to do anything if own = false, as this case is // We don't need to do anything if own = false, as this case is