--- a/src/messageLog.cpp Thu Feb 23 20:06:22 2017 +0200 +++ b/src/messageLog.cpp Thu Feb 23 20:18:39 2017 +0200 @@ -117,17 +117,3 @@ { return m_lines; } - -// ============================================================================= -// -void printToLog (const QString& msg) -{ - for (QString& a : msg.split ("\n", QString::SkipEmptyParts)) - { - if (g_win) - g_win->addMessage (a); - - // Also print it to stdout - fprint (stdout, "%1\n", a); - } -}