summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2016-09-04 12:57:20 +0000
committeralberth <alberth@openttd.org>2016-09-04 12:57:20 +0000
commitdf9a9f074a55a839a5f311e5c0837342192e720d (patch)
tree3cf68517d98ae01eea8e74db9569b6e09b8905cb /src/fios.h
parent88bdf482c0dc96661e3c8e89df44dcacea0199d7 (diff)
downloadopenttd-df9a9f074a55a839a5f311e5c0837342192e720d.tar.xz
(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType with it.
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fios.h b/src/fios.h
index 86bcf3e3a..80654812b 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -224,6 +224,4 @@ FiosType FiosGetSavegameListCallback(FileOperation fop, const char *file, const
int CDECL CompareFiosItems(const FiosItem *a, const FiosItem *b);
-extern const TextColour _fios_colours[];
-
#endif /* FIOS_H */