SCI: Remove unused MAX_SAVE_DIR_SIZE

This commit is contained in:
Max Horn 2011-03-08 18:01:32 +01:00
parent 5ee5dd76f5
commit 4130f66af2

View File

@ -78,10 +78,6 @@ private:
void addAsVirtualFiles(Common::String title, Common::String fileMask);
};
enum {
MAX_SAVE_DIR_SIZE = MAXPATHLEN
};
enum {
MAX_SAVEGAME_NR = 20 /**< Maximum number of savegames */
};