From 27c38052b73615fa815272972df58daf0308307d Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 May 2008 09:48:47 +0000 Subject: (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. --- src/group_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/group_gui.cpp') diff --git a/src/group_gui.cpp b/src/group_gui.cpp index 65c7959fb..d40ef46d9 100644 --- a/src/group_gui.cpp +++ b/src/group_gui.cpp @@ -757,7 +757,6 @@ static const WindowDesc _group_desc = { WC_TRAINS_LIST, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE, _group_widgets, - NULL }; void ShowPlayerGroup(PlayerID player, VehicleType vehicle_type) -- cgit v1.2.3-54-g00ecf