diff options
author | rubidium <rubidium@openttd.org> | 2008-05-19 09:48:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-19 09:48:47 +0000 |
commit | 162e2e074bf6ac4cdec48515370c9379ca6e86bd (patch) | |
tree | ad107e2b54965a8bc93dbd8dfc8a03260f20660d /src/rail_gui.cpp | |
parent | ad29064cf3911e364294bd4dc450109bb4b87ecd (diff) | |
download | openttd-162e2e074bf6ac4cdec48515370c9379ca6e86bd.tar.xz |
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Diffstat (limited to 'src/rail_gui.cpp')
-rw-r--r-- | src/rail_gui.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index 2e665b6b0..944b53142 100644 --- a/src/rail_gui.cpp +++ b/src/rail_gui.cpp @@ -801,7 +801,6 @@ static const WindowDesc _build_rail_desc = { WC_BUILD_TOOLBAR, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON, _build_rail_widgets, - NULL }; @@ -1323,7 +1322,6 @@ static const WindowDesc _station_builder_desc = { WC_BUILD_STATION, WC_BUILD_TOOLBAR, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _station_builder_widgets, - NULL }; /** High level window description of the newGRF station-build window */ @@ -1332,7 +1330,6 @@ static const WindowDesc _newstation_builder_desc = { WC_BUILD_STATION, WC_BUILD_TOOLBAR, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _newstation_builder_widgets, - NULL }; /** Open station build window */ @@ -1486,7 +1483,6 @@ static const WindowDesc _signal_builder_desc = { WC_BUILD_SIGNAL, WC_BUILD_TOOLBAR, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, _signal_builder_widgets, - NULL }; /** @@ -1561,7 +1557,6 @@ static const WindowDesc _build_depot_desc = { WC_BUILD_DEPOT, WC_BUILD_TOOLBAR, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _build_depot_widgets, - NULL }; static void ShowBuildTrainDepotPicker() @@ -1663,7 +1658,6 @@ static const WindowDesc _build_waypoint_desc = { WC_BUILD_DEPOT, WC_BUILD_TOOLBAR, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _build_waypoint_widgets, - NULL }; static void ShowBuildWaypointPicker() |