diff options
author | Strangerke | 2014-01-06 22:14:52 +0100 |
---|---|---|
committer | Strangerke | 2014-01-06 22:14:52 +0100 |
commit | 761af0e4ab6f2d149378fbe2e487011d0bf9b6c8 (patch) | |
tree | 0e9f141c9b7e740590d9b97084ebe6396680b2cf /engines | |
parent | 34f300b3d5a3527c5d155a215a462560901d46cc (diff) | |
download | scummvm-rg350-761af0e4ab6f2d149378fbe2e487011d0bf9b6c8.tar.gz scummvm-rg350-761af0e4ab6f2d149378fbe2e487011d0bf9b6c8.tar.bz2 scummvm-rg350-761af0e4ab6f2d149378fbe2e487011d0bf9b6c8.zip |
HOPKINS: Remove some unused constants
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hopkins/hopkins.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h index b7c6a9b5a9..615eace374 100644 --- a/engines/hopkins/hopkins.h +++ b/engines/hopkins/hopkins.h @@ -60,10 +60,6 @@ */ namespace Hopkins { -#define DEBUG_BASIC 1 -#define DEBUG_INTERMEDIATE 2 -#define DEBUG_DETAILED 3 - #define SCREEN_WIDTH 640 #define SCREEN_HEIGHT 480 |