summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-12 09:48:08 +0000
committertron <tron@openttd.org>2005-03-12 09:48:08 +0000
commitc3f9f5efafea127f1dd8e64b627033de3aa44ac8 (patch)
tree2aa61a00db172efa2c381ffa0dbe20101d5f8a05 /hal.h
parent1cb9ea5c46bb3e02a248a27552ed3066a7eea1fc (diff)
downloadopenttd-c3f9f5efafea127f1dd8e64b627033de3aa44ac8.tar.xz
(svn r2003) Remove some now unused filehandling stuff, this should have been part of r1990
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/hal.h b/hal.h
index 21b7d12cf..11f059169 100644
--- a/hal.h
+++ b/hal.h
@@ -101,20 +101,8 @@ typedef struct {
uint64 mtime;
char title[64];
char name[256-12-64];
- int old_extension;
} FiosItem;
-// extensions of old savegames, scenarios
-static const char* const _old_extensions[] = {
- // old savegame types
- "ss1", // Transport Tycoon Deluxe preset game
- "sv1", // Transport Tycoon Deluxe (Patch) saved game
- "sv2", // Transport Tycoon Deluxe (Patch) saved 2-player game
- // old scenario game type
- "sv0", // Transport Tycoon Deluxe (Patch) scenario
- "ss0", // Transport Tycoon Deluxe preset scenario
-};
-
enum {
FIOS_TYPE_DRIVE = 0,
FIOS_TYPE_PARENT = 1,