summaryrefslogtreecommitdiff
path: root/engine.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-11-06 10:11:03 +0000
committerpeter1138 <peter1138@openttd.org>2006-11-06 10:11:03 +0000
commit3da04ab1b5db262df37156b5da5de8a2cf072a87 (patch)
tree91e133d6156081ec32bb3fce17029a81cc44b0fb /engine.h
parent8371325a100178e6134b5bf6e23fae7aed178bb5 (diff)
downloadopenttd-3da04ab1b5db262df37156b5da5de8a2cf072a87.tar.xz
(svn r7079) -Codechange: Move an array to the only place it is used.
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine.h b/engine.h
index 0440dcc4f..6fff71368 100644
--- a/engine.h
+++ b/engine.h
@@ -128,8 +128,6 @@ void AddTypeToEngines(void);
void StartupEngines(void);
-VARDEF const uint32 _default_refitmasks[NUM_VEHICLE_TYPES];
-
void DrawTrainEngine(int x, int y, EngineID engine, uint32 image_ormod);
void DrawRoadVehEngine(int x, int y, EngineID engine, uint32 image_ormod);
void DrawShipEngine(int x, int y, EngineID engine, uint32 image_ormod);