aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/adv.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/adv.h')
-rw-r--r--engines/tony/adv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/tony/adv.h b/engines/tony/adv.h
index 90a9c245b5..93359688f6 100644
--- a/engines/tony/adv.h
+++ b/engines/tony/adv.h
@@ -48,14 +48,6 @@ namespace Tony {
#define RM_SKIPY ((RM_BBY - RM_SY) / 2)
#define RM_SKIPX 0
-// Name lengths
-// FIXME: Some of these can likely be removed when refactoring is completed
-#define MAX_DRIVE 10
-#define MAX_DIR 255
-#define MAX_PATH 255
-#define MAX_FNAME 100
-#define MAX_EXT 10
-
// Tony's actions
enum RMTonyAction {
TA_GOTO = 0,