diff options
author | tron <tron@openttd.org> | 2006-01-30 16:58:05 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-01-30 16:58:05 +0000 |
commit | ec74a57ada1e967669529a87258c638382964e38 (patch) | |
tree | 6ae42ba6db82f6452b7fd53256a1cc6b1b43dc87 | |
parent | 8529923e0163e52f477c9377d9b4f7e561aef1f4 (diff) | |
download | openttd-ec74a57ada1e967669529a87258c638382964e38.tar.xz |
(svn r3489) Remove an unused declaration
-rw-r--r-- | roadveh_cmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c index 0bb9bf321..e75055427 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -19,8 +19,6 @@ #include "depot.h" #include "vehicle_gui.h" -void ShowRoadVehViewWindow(Vehicle *v); - static const uint16 _roadveh_images[63] = { 0xCD4, 0xCDC, 0xCE4, 0xCEC, 0xCF4, 0xCFC, 0xD0C, 0xD14, 0xD24, 0xD1C, 0xD2C, 0xD04, 0xD1C, 0xD24, 0xD6C, 0xD74, |