summaryrefslogtreecommitdiff
path: root/src/newgrf_commons.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-01-12 18:00:39 +0000
committerfrosch <frosch@openttd.org>2014-01-12 18:00:39 +0000
commitba1779b978bb9640e278113c642b51517658c32f (patch)
treefe903b7ab298a455790b858a9346d307524cee45 /src/newgrf_commons.h
parent73c6565cf269608092d119e353df522e97c5db7a (diff)
downloadopenttd-ba1779b978bb9640e278113c642b51517658c32f.tar.xz
(svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack in the TextRefStack.
Diffstat (limited to 'src/newgrf_commons.h')
-rw-r--r--src/newgrf_commons.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newgrf_commons.h b/src/newgrf_commons.h
index a9cc50659..4202c18db 100644
--- a/src/newgrf_commons.h
+++ b/src/newgrf_commons.h
@@ -22,8 +22,6 @@
#include "direction_type.h"
#include "company_type.h"
-struct GRFFile;
-
/** Context for tile accesses */
enum TileContext {
TCX_NORMAL, ///< Nothing special.