summaryrefslogtreecommitdiff
path: root/src/autoreplace_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2014-09-07 16:10:27 +0000
committeralberth <alberth@openttd.org>2014-09-07 16:10:27 +0000
commit0e3647d4e3bd0b29f8bee6b21e690a04781acf22 (patch)
tree74475378260ae49535a52595f7eacac8cc1800fd /src/autoreplace_gui.cpp
parent83f0b02ff5d61ee7ba9ce37730a9a6a0f67fbf4d (diff)
downloadopenttd-0e3647d4e3bd0b29f8bee6b21e690a04781acf22.tar.xz
(svn r26799) -Codechange: Export vehicle sorting data and functions.
Diffstat (limited to 'src/autoreplace_gui.cpp')
-rw-r--r--src/autoreplace_gui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/autoreplace_gui.cpp b/src/autoreplace_gui.cpp
index e0470c9b3..9a99eef0b 100644
--- a/src/autoreplace_gui.cpp
+++ b/src/autoreplace_gui.cpp
@@ -30,8 +30,6 @@
#include "safeguards.h"
-
-uint GetEngineListHeight(VehicleType type);
void DrawEngineList(VehicleType type, int x, int r, int y, const GUIEngineList *eng_list, uint16 min, uint16 max, EngineID selected_id, bool show_count, GroupID selected_group);
static int CDECL EngineNumberSorter(const EngineID *a, const EngineID *b)