summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h3
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