summaryrefslogtreecommitdiff
path: root/src/train.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/train.h')
-rw-r--r--src/train.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/train.h b/src/train.h
index b38139e01..c1f9f120d 100644
--- a/src/train.h
+++ b/src/train.h
@@ -310,9 +310,6 @@ struct Train : public SpecializedVehicle<Train, VEH_TRAIN> {
RailTypeByte railtype;
RailTypes compatible_railtypes;
- /** Initializes the Vehicle to a train */
- Train() { this->type = VEH_TRAIN; }
-
/** We want to 'destruct' the right class. */
virtual ~Train() { this->PreDestructor(); }