diff src/station_gui.cpp @ 9317:c399bf075b2f draft

(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
author rubidium <rubidium@openttd.org>
date Mon, 19 May 2008 09:48:47 +0000
parents add307f2e6ea
children 5236ba6c7d54
line wrap: on
line diff
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -615,7 +615,6 @@
 	WC_STATION_LIST, WC_NONE,
 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON | WDF_RESIZABLE,
 	_player_stations_widgets,
-	NULL
 };
 
 /**
@@ -987,7 +986,6 @@
 	WC_STATION_VIEW, WC_NONE,
 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
 	_station_view_widgets,
-	NULL
 };
 
 /**