diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/graphics.h b/src/graphics.h index 78d4a3e6..5b57ff8b 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -109,9 +109,6 @@ class Graphics : public gcn::SDLGraphics { * Returns the height of the screen. */ int getHeight(); - - private: - Image *mouseCursor; }; #endif |