From 1fafb97d01bba33edf02446080c1f9ab2faddf2a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 7 Jun 2011 13:08:13 +0200 Subject: WINCE: Remove dead code --- backends/platform/wince/wince-sdl.cpp | 2 +- backends/platform/wince/wince-sdl.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'backends') diff --git a/backends/platform/wince/wince-sdl.cpp b/backends/platform/wince/wince-sdl.cpp index 5b45e17973..9658720edc 100644 --- a/backends/platform/wince/wince-sdl.cpp +++ b/backends/platform/wince/wince-sdl.cpp @@ -389,7 +389,7 @@ void OSystem_WINCE3::initBackend() { // Create the timer. CE SDL does not support multiple timers (SDL_AddTimer). // We work around this by using the SetTimer function, since we only use // one timer in scummvm (for the time being) - _timer = _int_timer = new DefaultTimerManager(); + _int_timer = new DefaultTimerManager(); //_timerID = NULL; // OSystem_SDL will call removetimer with this, it's ok SDL_SetTimer(10, &timer_handler_wrapper); diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h index a1e46081f9..cf365284ac 100644 --- a/backends/platform/wince/wince-sdl.h +++ b/backends/platform/wince/wince-sdl.h @@ -73,7 +73,6 @@ public: protected: void initSDL(); Audio::MixerImpl *_mixer; - DefaultTimerManager *_timer; FilesystemFactory *_fsFactory; private: -- cgit v1.2.3