diff options
-rw-r--r-- | engines/tinsel/saveload.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/tinsel/saveload.cpp b/engines/tinsel/saveload.cpp index 95364fac7a..3c7dec7606 100644 --- a/engines/tinsel/saveload.cpp +++ b/engines/tinsel/saveload.cpp @@ -57,14 +57,6 @@ namespace Tinsel { */ #define CURRENT_VER 2 -/** - * An auxillary macro, used to specify savegame versions. We use this instead - * of just writing the raw version, because this way they stand out more to - * the reading eye, making it a bit easier to navigate through the code. - */ -#define VER(x) x - - //----------------- GLOBAL GLOBAL DATA -------------------- int g_thingHeld = 0; |