unify polyrail and sized stations hotkey handling

--HG--
branch : novattd150
This commit is contained in:
Pavel Stupnikov
2015-03-18 23:19:06 +03:00
parent 2b90502310
commit cb4e363ad4
2 changed files with 38 additions and 37 deletions

View File

@@ -31,8 +31,6 @@ enum RailToolbarWidgets {
WID_RAT_BUILD_TUNNEL, ///< Build a tunnel.
WID_RAT_REMOVE, ///< Bulldozer to remove rail.
WID_RAT_CONVERT_RAIL, ///< Convert other rail to this type.
WID_RAT_BUILD_STATION_SIZED, ///< Build a station in fixed size mode.
WID_RAT_BUILD_STATION_DRAGDROP, ///< Build a station in dragdrop mode.
};
/** Widgets of the #BuildRailStationWindow class. */