summaryrefslogtreecommitdiff
path: root/newgrf.h
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.h
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.h')
-rw-r--r--newgrf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/newgrf.h b/newgrf.h
index 50b9ba462..a5aeb49e6 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -40,7 +40,6 @@ struct GRFFile {
uint param_end; /// one more than the highest set parameter
};
-extern int _grffile_count;
extern GRFFile *_first_grffile;