diff options
Diffstat (limited to 'src/autoreplace_gui.h')
-rw-r--r-- | src/autoreplace_gui.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/autoreplace_gui.h b/src/autoreplace_gui.h index b9692616b..046ac8992 100644 --- a/src/autoreplace_gui.h +++ b/src/autoreplace_gui.h @@ -16,10 +16,6 @@ #include "group_type.h" #include "vehicle_type.h" -/** - * When an engine is made buildable or is removed from being buildable, add/remove it from the build/autoreplace lists - * @param type The type of engine - */ void AddRemoveEngineFromAutoreplaceAndBuildWindows(VehicleType type); void InvalidateAutoreplaceWindow(EngineID e, GroupID id_g); void ShowReplaceGroupVehicleWindow(GroupID group, VehicleType veh); |