From eae6930ae0ee0070e2f14d7fb02df8cdc562f8b2 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 1 Feb 2018 14:42:33 +0100 Subject: [PATCH] TINSEL: Remove now duplicate VER macro --- engines/tinsel/saveload.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/engines/tinsel/saveload.cpp b/engines/tinsel/saveload.cpp index 95364fac7a16..3c7dec760613 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;