From b529a2ffe5ae1aa3d1487a4528e906db7563c91e Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Sun, 20 Dec 2015 13:16:00 +0000 Subject: [PATCH] Amend fd4d23b4 http://mid.gmane.org/3790287.D9aVANvQPJ@linux-22mz --- src/frontends/qt4/GuiLog.cpp | 7 ------- src/frontends/qt4/GuiLog.h | 2 -- 2 files changed, 9 deletions(-) diff --git a/src/frontends/qt4/GuiLog.cpp b/src/frontends/qt4/GuiLog.cpp index e5f6c536b4..dec7c25c7e 100644 --- a/src/frontends/qt4/GuiLog.cpp +++ b/src/frontends/qt4/GuiLog.cpp @@ -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); } diff --git a/src/frontends/qt4/GuiLog.h b/src/frontends/qt4/GuiLog.h index 5aa3f6041f..b6b6110a0a 100644 --- a/src/frontends/qt4/GuiLog.h +++ b/src/frontends/qt4/GuiLog.h @@ -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 -- 2.39.2