From 7469164eb109edc14a8892fe17494ce64531acd2 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 17 Jan 2005 09:43:02 +0000 Subject: [PATCH] (svn r1550) Remove useless function declaration --- train_cmd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/train_cmd.c b/train_cmd.c index fccded322f..06c09ce6ec 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;