diff options
author | Littleboy | 2011-04-04 16:10:58 -0400 |
---|---|---|
committer | Julien | 2011-06-16 14:23:14 -0400 |
commit | 5649ddaf101db5d8ce70e9ba1bfda850c5d00aa5 (patch) | |
tree | f564f2f6e8a06b119d6fb474885d19c3e0abd82b /backends/platform/sdl | |
parent | e1dc9cdc0b89609753d3558f9603bef1cc12f1d8 (diff) | |
download | scummvm-rg350-5649ddaf101db5d8ce70e9ba1bfda850c5d00aa5.tar.gz scummvm-rg350-5649ddaf101db5d8ce70e9ba1bfda850c5d00aa5.tar.bz2 scummvm-rg350-5649ddaf101db5d8ce70e9ba1bfda850c5d00aa5.zip |
BACKENDS: Move Win32TaskbarManager init code to constructor
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/win32/win32.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index 0a6702b6d9..08139f0dc2 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -88,7 +88,6 @@ void OSystem_Win32::init() { #if defined(USE_TASKBAR) // Initialize taskbar manager _taskbarManager = new Win32TaskbarManager(); - ((Win32TaskbarManager *)_taskbarManager)->init(); #endif // Invoke parent implementation of this method |