src/train.h
branchnoai
changeset 10455 22c441f5adf9
parent 10355 ee4b5f7a5bf2
--- a/src/train.h	Mon May 05 12:35:38 2008 +0000
+++ b/src/train.h	Wed May 07 21:09:51 2008 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file train.h */
+/** @file train.h Base for the train class. */
 
 #ifndef TRAIN_H
 #define TRAIN_H
@@ -264,7 +264,6 @@
 void ConnectMultiheadedTrains();
 uint CountArticulatedParts(EngineID engine_type);
 
-int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped);
 void CcBuildLoco(bool success, TileIndex tile, uint32 p1, uint32 p2);
 void CcBuildWagon(bool success, TileIndex tile, uint32 p1, uint32 p2);