commit b529a2ffe5ae1aa3d1487a4528e906db7563c91e
Author: Guillaume Munch <[email protected]>
Date: Sun Dec 20 13:16:00 2015 +0000
Amend fd4d23b4
http://mid.gmane.org/3790287.D9aVANvQPJ@linux-22mz
diff --git a/src/frontends/qt4/GuiLog.cpp b/src/frontends/qt4/GuiLog.cpp
index e5f6c53..dec7c25 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 5aa3f60..b6b6110 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