]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLog.cpp
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiLog.cpp
index 0b9dd5007eded9079199238407e000e9fc3faf0f..e5f6c536b4b868abb10d0c8ff99773bcf2d1d4ba 100644 (file)
@@ -329,11 +329,12 @@ void GuiLog::getContents(ostream & ss) const
        }
 }
 
-
+/*
 void GuiLog::on_copyPB_clicked()
 {
        theClipboard().put(fromqstr(logTB->toPlainText()));
 }
+*/
 
 
 Dialog * createGuiLog(GuiView & lv) { return new GuiLog(lv); }