diff options
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graphics.h b/src/graphics.h index 3c78a94fa..40db25c5d 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -225,9 +225,7 @@ class Graphics : public gcn::SDLGraphics BlitMode getBlitMode() { return mBlitMode; } -#if !defined(__MINGW32__) void fillRectangle(const gcn::Rectangle& rectangle); -#endif /** * Updates the screen. This is done by either copying the buffer to the |