Changeset - r2933:a6c13afefe30
[Not reviewed]
master
0 1 0
tron - 19 years ago 2006-01-30 16:58:05
tron@openttd.org
(svn r3489) Remove an unused declaration
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roadveh_cmd.c
Show inline comments
 
@@ -16,14 +16,12 @@
 
#include "npf.h"
 
#include "player.h"
 
#include "sound.h"
 
#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,
 
	0xD7C, 0xC14, 0xC1C, 0xC24, 0xC2C, 0xC34, 0xC3C, 0xC4C,
 
	0xC54, 0xC64, 0xC5C, 0xC6C, 0xC44, 0xC5C, 0xC64, 0xCAC,
 
	0xCB4, 0xCBC, 0xD94, 0xD9C, 0xDA4, 0xDAC, 0xDB4, 0xDBC,
0 comments (0 inline, 0 general)