summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 19:34:03 +0000
committertron <tron@openttd.org>2005-07-26 19:34:03 +0000
commitaf9f55c977b18f48db39aeb899ac9e81fffb445b (patch)
treedf6a90b1a2e44d5af3c121cbc2e31875e6fbac0e /newgrf.c
parent102653eb63b6118ee451e9d00dc6945dac9dc03b (diff)
downloadopenttd-af9f55c977b18f48db39aeb899ac9e81fffb445b.tar.xz
(svn r2720) Remove unused declarations and definitions
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 62223d886..45ef6999b 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -35,7 +35,6 @@ GRFFile *_first_grffile;
int _grffile_count;
static int _cur_spriteid;
static int _cur_stage;
-extern uint16 _custom_sprites_base;
static int32 _paramlist[0x7f];
static int _param_max;