summaryrefslogtreecommitdiff
path: root/src/train.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/train.h')
-rw-r--r--src/train.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/train.h b/src/train.h
index 590af67e3..57d040b18 100644
--- a/src/train.h
+++ b/src/train.h
@@ -365,8 +365,6 @@ struct Train : public GroundVehicle<Train, VEH_TRAIN> {
protected: // These functions should not be called outside acceleration code.
- void UpdateVisualEffect(bool allow_power_change);
-
/**
* Allows to know the power value that this vehicle will use.
* @return Power value from the engine in HP, or zero if the vehicle is not powered.