aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/adv.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-20 11:37:33 +1000
committerPaul Gilbert2012-05-20 11:37:33 +1000
commit333c30b8c7f6781605f517f2a7150f78a77556fc (patch)
tree7c1d63e5f729b451a1eb0e2b9237967c45249480 /engines/tony/adv.h
parent10b0451776249c4ffe27e319da4e8898a9ddb488 (diff)
downloadscummvm-rg350-333c30b8c7f6781605f517f2a7150f78a77556fc.tar.gz
scummvm-rg350-333c30b8c7f6781605f517f2a7150f78a77556fc.tar.bz2
scummvm-rg350-333c30b8c7f6781605f517f2a7150f78a77556fc.zip
TONY: Removed unused drive & folder defines and code
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,