src/messageLog.cpp

changeset 1159
6ad8cdcd88d9
parent 1144
4f226fd97826
child 1326
69a90bd2dba2
--- 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);
-	}
-}

mercurial