diff options
Diffstat (limited to 'src/gui/window.cpp')
-rw-r--r-- | src/gui/window.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/window.cpp b/src/gui/window.cpp index 34ced06a..ca788883 100644 --- a/src/gui/window.cpp +++ b/src/gui/window.cpp @@ -106,8 +106,6 @@ void Window::draw(gcn::Graphics* graphics) getWidth(), getHeight() - titlebarHeight + 1)); // Skinned dialog render - Graphics *gfx = (Graphics*)graphics; - BITMAP *screen = gfx->getTarget(); int x, y; getAbsolutePosition(x, y); |