From b27a871f870df854a6db0f4530d4596483927bb1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 2 Nov 2003 02:18:16 +0000 Subject: turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 --- backends/wince/wince.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'backends/wince/wince.cpp') 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); -- cgit v1.2.3