aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/global.h')
-rw-r--r--engines/gob/global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/gob/global.h b/engines/gob/global.h
index fb455a426c..14e1adcbfc 100644
--- a/engines/gob/global.h
+++ b/engines/gob/global.h
@@ -55,8 +55,6 @@ namespace Gob {
#define ESCAPE 0x001B
#define ENTER 0x000D
-#define MAX_FILES 30
-
/* Video drivers */
#define UNK_DRIVER 0
#define VGA_DRIVER 1
@@ -94,8 +92,6 @@ public:
char _useJoystick;
- Common::File _filesHandles[MAX_FILES];
-
int16 _primaryWidth;
int16 _primaryHeight;