diff options
-rw-r--r-- | engines/macventure/gui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp index dff41b3c23..8018f6b3e8 100644 --- a/engines/macventure/gui.cpp +++ b/engines/macventure/gui.cpp @@ -31,8 +31,6 @@ namespace MacVenture { -enum MenuAction; - enum { kCursorWidth = 2, kCursorHeight = 2 |