diff options
author | tron <tron@openttd.org> | 2005-01-17 09:43:02 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-01-17 09:43:02 +0000 |
commit | 7469164eb109edc14a8892fe17494ce64531acd2 (patch) | |
tree | 438fd50ced1ae457a719d1a421a458a860dd390a | |
parent | 7ff921855a7274e929cb8d57063baf30780c9605 (diff) | |
download | openttd-7469164eb109edc14a8892fe17494ce64531acd2.tar.xz |
(svn r1550) Remove useless function declaration
-rw-r--r-- | train_cmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/train_cmd.c b/train_cmd.c index fccded322..06c09ce6e 100644 --- a/train_cmd.c +++ b/train_cmd.c @@ -85,8 +85,6 @@ void UpdateTrainAcceleration(Vehicle *v) #define F_CURVE_FACTOR (1/96.f) -static bool IsTunnelTile(TileIndex tile); - static int GetRealisticAcceleration(Vehicle *v) { uint emass = 0; |