diff options
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/dingux/dingux.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/dingux/dingux.cpp b/backends/platform/dingux/dingux.cpp index e982934fb7..89a403d5ae 100644 --- a/backends/platform/dingux/dingux.cpp +++ b/backends/platform/dingux/dingux.cpp @@ -37,7 +37,6 @@ void OSystem_SDL_Dingux::initBackend() { // Create the graphics manager if (_graphicsManager == 0) { _graphicsManager = new DINGUXSdlGraphicsManager(_eventSource); - ((DINGUXSdlEventSource*)_eventSource)->setCurrentGraphMan((DINGUXSdlGraphicsManager*)_graphicsManager); } // Call parent implementation of this method |