summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/defines.h b/src/defines.h
index d4981d72..564eeceb 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -4000,15 +4000,6 @@
#define HOOK_FORBID_TRAVEL 75
/*
- * Defines for loadsave.c
- * Why 3 and 7? So if it's uninitialized, the code will be able to catch it, as
- * 0 is an invalid flag. Also, having them apart means that it being accidentally
- * modified will also result in an invalid value -- Improv
- */
-#define LS_LOAD 3
-#define LS_SAVE 7
-
-/*
* In game help
*/
#define HELP_MAX 64