summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-18 08:01:05 +0000
committertron <tron@openttd.org>2005-12-18 08:01:05 +0000
commit2956b119b26c78df4973cf077e288501baeaf649 (patch)
tree12fb065c62ef1ffc637991f8ffdc249585d78330 /newgrf.c
parentbd909b0952aad3e65c39b5947042970a80dc8d10 (diff)
downloadopenttd-2956b119b26c78df4973cf077e288501baeaf649.tar.xz
(svn r3311) Remove the unnecessary global variable _grffile_count: It's just the scroll count of a list and furthermore only used in one file
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index 362accd28..895303dc6 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -35,7 +35,6 @@ extern int _traininfo_vehicle_pitch;
static GRFFile *_cur_grffile;
GRFFile *_first_grffile;
-int _grffile_count;
static int _cur_spriteid;
static int _cur_stage;