From 2956b119b26c78df4973cf077e288501baeaf649 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 18 Dec 2005 08:01:05 +0000 Subject: (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 --- newgrf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'newgrf.c') 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; -- cgit v1.2.3-54-g00ecf