(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

This commit is contained in:
tron
2005-12-18 08:01:05 +00:00
parent bd909b0952
commit 2956b119b2
3 changed files with 7 additions and 11 deletions

View File

@@ -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;