Fix: Extra refit button when train/RV is in a depot (#11904)

This commit is contained in:
Tyler Trahan
2024-01-28 08:01:09 -05:00
committed by GitHub
parent 05b253b33b
commit 86981c0983
2 changed files with 1 additions and 6 deletions

View File

@@ -25,7 +25,6 @@ enum OrderWidgets : WidgetID {
WID_O_UNLOAD, ///< Select unload.
WID_O_REFIT, ///< Select refit.
WID_O_SERVICE, ///< Select service (at depot).
WID_O_EMPTY, ///< Placeholder for refit dropdown when not owner.
WID_O_REFIT_DROPDOWN, ///< Open refit options.
WID_O_COND_VARIABLE, ///< Choose condition variable.
WID_O_COND_COMPARATOR, ///< Choose condition type.