summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
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;