[Scummvm-cvs-logs] SF.net SVN: scummvm: [21543] scummvm/trunk/base/main.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Apr 1 16:19:03 CEST 2006


Revision: 21543
Author:   fingolfin
Date:     2006-04-01 16:18:33 -0800 (Sat, 01 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21543&view=rev

Log Message:
-----------
Removing undocumented Allegro/Qtopia port stuff -- if anybody is working on either port, feel free to re-add it, but this time, document it and make sure it's clear how to build that port

Modified Paths:
--------------
    scummvm/trunk/base/main.cpp
Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp	2006-04-02 00:08:22 UTC (rev 21542)
+++ scummvm/trunk/base/main.cpp	2006-04-02 00:18:33 UTC (rev 21543)
@@ -56,6 +56,10 @@
 #include "args.h"
 #endif
 
+#ifdef __SYMBIAN32__
+#include "gui/Actions.h"
+#endif
+
 /*
  * Version string and build date string. These can be used by anything that
  * wants to display this information to the user (e.g. about dialog).
@@ -150,19 +154,6 @@
 #define STDERR_FILE	TEXT("stderr.txt")
 #endif
 
-#if defined(QTOPIA)
-// FIXME - why exactly is this needed?
-extern "C" int main(int argc, char *argv[]);
-#endif
-
-#if defined (ALLEGRO_BACKEND)
-#include "allegro.h"
-#endif
-
-#ifdef __SYMBIAN32__
-#include "gui/Actions.h"
-#endif
-
 #if defined(UNIX)
 #include <signal.h>
 
@@ -526,10 +517,6 @@
 
 	return 0;
 }
-// allegro needs this for some reason...
-#if defined(ALLEGRO_BACKEND)
-END_OF_MAIN();
-#endif
 
 static void debugHelper(char *buf, bool caret = true) {
 #ifndef _WIN32_WCE


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list