Cleanup: remove the old FIO slot functions

This commit is contained in:
Rubidium
2021-04-21 18:40:37 +02:00
committed by rubidium42
parent 10e35ca8e4
commit fa6abe1646
4 changed files with 0 additions and 154 deletions

View File

@@ -83,20 +83,6 @@ struct LoadCheckData {
extern LoadCheckData _load_check_data;
enum FileSlots {
/**
* Slot used for the GRF scanning and such.
* This slot is used for all temporary accesses to files when scanning/testing files,
* and thus cannot be used for files, which are continuously accessed during a game.
*/
CONFIG_SLOT = 0,
/** First slot usable for (New)GRFs used during the game. */
FIRST_GRF_SLOT = 2,
/** Maximum number of slots. */
MAX_FILE_SLOTS = 128,
};
/** Deals with finding savegames */
struct FiosItem {
FiosType type;