Remove "Show order management button" setting

Now always enabled
This commit is contained in:
Jonathan G Rennison
2023-11-14 00:18:47 +00:00
parent 3bcc99dd95
commit d4f39ea6c2
10 changed files with 5 additions and 86 deletions

View File

@@ -19,7 +19,6 @@ enum OrderWidgets {
WID_O_ORDER_LIST, ///< Order list panel.
WID_O_SCROLLBAR, ///< Order list scrollbar.
WID_O_SKIP, ///< Skip current order.
WID_O_MANAGE_LIST, ///< Manage order list.
WID_O_MGMT_BTN, ///< Management button.
WID_O_MGMT_LIST_BTN, ///< Management list button.
WID_O_DELETE, ///< Delete selected order.
@@ -62,7 +61,6 @@ enum OrderWidgets {
WID_O_SEL_TOP_RIGHT, ///< #NWID_SELECTION widget for right part of the top row of the 'your train' order window.
WID_O_SEL_TOP_ROW_GROUNDVEHICLE, ///< #NWID_SELECTION widget for the top row of the 'your train' order window.
WID_O_SEL_TOP_ROW, ///< #NWID_SELECTION widget for the top row of the 'your non-trains' order window.
WID_O_SEL_BOTTOM_LEFT, ///< #NWID_SELECTION widget for the left part of the bottom row of the 'your train' order window.
WID_O_SEL_BOTTOM_MIDDLE, ///< #NWID_SELECTION widget for the middle part of the bottom row of the 'your train' order window.
WID_O_SEL_SHARED, ///< #NWID_SELECTION widget for WID_O_SHARED_ORDER_LIST and WID_O_ADD_VEH_GROUP
WID_O_SHARED_ORDER_LIST, ///< Open list of shared vehicles.
@@ -70,7 +68,6 @@ enum OrderWidgets {
WID_O_SEL_OCCUPANCY, ///< #NWID_SELECTION widget for the occupancy list panel.
WID_O_OCCUPANCY_LIST, ///< Occupancy list panel.
WID_O_OCCUPANCY_TOGGLE, ///< Toggle display of occupancy measures.
WID_O_TOGGLE_SIZE, ///< Toggle show order management button.
};
/** Widgets of the #CargoTypeOrdersWindow class. */