summaryrefslogtreecommitdiff
path: root/src/road_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-19 09:48:47 +0000
committerrubidium <rubidium@openttd.org>2008-05-19 09:48:47 +0000
commit162e2e074bf6ac4cdec48515370c9379ca6e86bd (patch)
treead107e2b54965a8bc93dbd8dfc8a03260f20660d /src/road_gui.cpp
parentad29064cf3911e364294bd4dc450109bb4b87ecd (diff)
downloadopenttd-162e2e074bf6ac4cdec48515370c9379ca6e86bd.tar.xz
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Diffstat (limited to 'src/road_gui.cpp')
-rw-r--r--src/road_gui.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/road_gui.cpp b/src/road_gui.cpp
index 8611e8cac..f46f9811c 100644
--- a/src/road_gui.cpp
+++ b/src/road_gui.cpp
@@ -643,7 +643,6 @@ static const WindowDesc _build_road_desc = {
WC_BUILD_TOOLBAR, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
_build_road_widgets,
- NULL
};
/** Widget definition of the build tram toolbar */
@@ -672,7 +671,6 @@ static const WindowDesc _build_tramway_desc = {
WC_BUILD_TOOLBAR, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
_build_tramway_widgets,
- NULL
};
void ShowBuildRoadToolbar(RoadType roadtype)
@@ -709,7 +707,6 @@ static const WindowDesc _build_road_scen_desc = {
WC_SCEN_BUILD_ROAD, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
_build_road_scen_widgets,
- NULL
};
void ShowBuildRoadScenToolbar()
@@ -789,7 +786,6 @@ static const WindowDesc _build_road_depot_desc = {
WC_BUILD_DEPOT, WC_BUILD_TOOLBAR,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
_build_road_depot_widgets,
- NULL
};
static void ShowRoadDepotPicker()
@@ -932,7 +928,6 @@ static const WindowDesc _rv_station_picker_desc = {
WC_BUS_STATION, WC_BUILD_TOOLBAR,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
_rv_station_picker_widgets,
- NULL
};
static void ShowRVStationPicker(RoadStopType rs)