]> git.lyx.org Git - features.git/commitdiff
Amend fd4d23b4
authorGuillaume Munch <gm@lyx.org>
Sun, 20 Dec 2015 13:16:00 +0000 (13:16 +0000)
committerGuillaume Munch <gm@lyx.org>
Tue, 12 Jan 2016 21:25:34 +0000 (21:25 +0000)
http://mid.gmane.org/3790287.D9aVANvQPJ@linux-22mz

src/frontends/qt4/GuiLog.cpp
src/frontends/qt4/GuiLog.h

index e5f6c536b4b868abb10d0c8ff99773bcf2d1d4ba..dec7c25c7e38378ded520686de7b083697fdf90e 100644 (file)
@@ -329,13 +329,6 @@ void GuiLog::getContents(ostream & ss) const
        }
 }
 
-/*
-void GuiLog::on_copyPB_clicked()
-{
-       theClipboard().put(fromqstr(logTB->toPlainText()));
-}
-*/
-
 
 Dialog * createGuiLog(GuiView & lv) { return new GuiLog(lv); }
 
index 5aa3f6041fcbb2674877b01898bbd44d336af479..b6b6110a0a97cd9622a6ebbab4596f82cddda97d 100644 (file)
@@ -33,8 +33,6 @@ public:
 
 private Q_SLOTS:
        void updateContents();
-       /// copy log to clipboard
-       //void on_copyPB_clicked();
        /// find content
        void find();
        /// jump to next error message