aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/wince.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/wince.cpp')
-rw-r--r--backends/wince/wince.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/wince/wince.cpp b/backends/wince/wince.cpp
index f254763222..20e86811d5 100644
--- a/backends/wince/wince.cpp
+++ b/backends/wince/wince.cpp
@@ -362,7 +362,6 @@ GameDetector detector;
Engine *engine;
bool is_simon;
bool is_bass;
-NewGui *g_gui;
extern Scumm *g_scumm;
//extern SimonEngine *g_simon;
//OSystem *g_system;
@@ -851,9 +850,6 @@ void runGame(char *game_name) {
mainClass = (OSystem_WINCE3*)system;
- //g_system = system;
- g_gui = new NewGui(system);
-
/* Start the engine */
is_simon = (strcmp(detector._plugin.getName(), "simon") == 0);