diff -r f8c7d3af9e1b -r f14eb8815829 src/order_gui.cpp --- a/src/order_gui.cpp Mon May 19 09:45:24 2008 +0000 +++ b/src/order_gui.cpp Mon May 19 09:48:47 2008 +0000 @@ -1063,7 +1063,6 @@ WC_VEHICLE_ORDERS, WC_VEHICLE_VIEW, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_RESIZABLE, _orders_train_widgets, - NULL }; /** @@ -1104,7 +1103,6 @@ WC_VEHICLE_ORDERS, WC_VEHICLE_VIEW, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_RESIZABLE, _orders_widgets, - NULL }; /** @@ -1145,7 +1143,6 @@ WC_VEHICLE_ORDERS, WC_VEHICLE_VIEW, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE, _other_orders_widgets, - NULL }; void ShowOrdersWindow(const Vehicle *v)