diff options
author | Max Horn | 2011-03-08 18:01:32 +0100 |
---|---|---|
committer | Max Horn | 2011-03-18 14:43:52 +0100 |
commit | 4130f66af2fbb44e32060f40ff1f5843c9a9a6b8 (patch) | |
tree | b36c0aac56f1816b8dd01011c5471c3930bca610 /engines/sci | |
parent | 5ee5dd76f50fb59d7a438471974b3ff197702835 (diff) | |
download | scummvm-rg350-4130f66af2fbb44e32060f40ff1f5843c9a9a6b8.tar.gz scummvm-rg350-4130f66af2fbb44e32060f40ff1f5843c9a9a6b8.tar.bz2 scummvm-rg350-4130f66af2fbb44e32060f40ff1f5843c9a9a6b8.zip |
SCI: Remove unused MAX_SAVE_DIR_SIZE
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/state.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h index bba34b6b48..861182f43e 100644 --- a/engines/sci/engine/state.h +++ b/engines/sci/engine/state.h @@ -79,10 +79,6 @@ private: }; enum { - MAX_SAVE_DIR_SIZE = MAXPATHLEN -}; - -enum { MAX_SAVEGAME_NR = 20 /**< Maximum number of savegames */ }; |