summaryrefslogtreecommitdiff
path: root/src/station_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_gui.h')
-rw-r--r--src/station_gui.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/station_gui.h b/src/station_gui.h
index 69fdad220..250280458 100644
--- a/src/station_gui.h
+++ b/src/station_gui.h
@@ -24,11 +24,10 @@ enum StationListWidgets {
SLW_PAN_RIGHT = 15, ///< Panel right of list of cargo types
SLW_SORTBY = 16, ///< 'Sort by' button - reverse sort direction
- SLW_SORTCRITERIA = 17, ///< Button - list of criteria
- SLW_SORTDROPBTN = 18, ///< Dropdown button
- SLW_PAN_SORT_RIGHT = 19, ///< Panel right of sorting options
+ SLW_SORTDROPBTN = 17, ///< Dropdown button
+ SLW_PAN_SORT_RIGHT = 18, ///< Panel right of sorting options
- SLW_CARGOSTART = 20, ///< Widget numbers used for list of cargo types (not present in _player_stations_widgets)
+ SLW_CARGOSTART = 19, ///< Widget numbers used for list of cargo types (not present in _player_stations_widgets)
};
/** Enum for StationView, referring to _station_view_widgets and _station_view_expanded_widgets */