|
From: <tiz...@us...> - 2012-08-10 17:05:33
|
Revision: 319
http://sepiola.svn.sourceforge.net/sepiola/?rev=319&view=rev
Author: tizianomueller
Date: 2012-08-10 17:05:27 +0000 (Fri, 10 Aug 2012)
Log Message:
-----------
Disable createConsole code completely since unused and fails to compile
Modified Paths:
--------------
trunk/src/main.cc
Modified: trunk/src/main.cc
===================================================================
--- trunk/src/main.cc 2012-08-10 17:05:13 UTC (rev 318)
+++ trunk/src/main.cc 2012-08-10 17:05:27 UTC (rev 319)
@@ -209,6 +209,7 @@
#endif
}
+#if 0
void createConsole()
{
#ifdef Q_OS_WIN32
@@ -244,6 +245,7 @@
// ios::sync_with_stdio();
#endif
}
+#endif
int main(int argc, char *argv[])
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|