(svn r18274) -Codechange: remove the unused WDF flags
This commit is contained in:
@@ -94,28 +94,28 @@ static const NWidgetPart _nested_train_depot_widgets[] = {
|
||||
static const WindowDesc _train_depot_desc(
|
||||
WDP_AUTO, WDP_AUTO, 362, 123,
|
||||
WC_VEHICLE_DEPOT, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
|
||||
WDF_UNCLICK_BUTTONS,
|
||||
_nested_train_depot_widgets, lengthof(_nested_train_depot_widgets)
|
||||
);
|
||||
|
||||
static const WindowDesc _road_depot_desc(
|
||||
WDP_AUTO, WDP_AUTO, 316, 97,
|
||||
WC_VEHICLE_DEPOT, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
|
||||
WDF_UNCLICK_BUTTONS,
|
||||
_nested_train_depot_widgets, lengthof(_nested_train_depot_widgets)
|
||||
);
|
||||
|
||||
static const WindowDesc _ship_depot_desc(
|
||||
WDP_AUTO, WDP_AUTO, 306, 99,
|
||||
WC_VEHICLE_DEPOT, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
|
||||
WDF_UNCLICK_BUTTONS,
|
||||
_nested_train_depot_widgets, lengthof(_nested_train_depot_widgets)
|
||||
);
|
||||
|
||||
static const WindowDesc _aircraft_depot_desc(
|
||||
WDP_AUTO, WDP_AUTO, 332, 99,
|
||||
WC_VEHICLE_DEPOT, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
|
||||
WDF_UNCLICK_BUTTONS,
|
||||
_nested_train_depot_widgets, lengthof(_nested_train_depot_widgets)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user