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/timetable_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/timetable_gui.cpp') diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp index 70a72bef3..0052a5f09 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -298,7 +298,6 @@ static const WindowDesc _timetable_desc = { WC_VEHICLE_TIMETABLE, WC_VEHICLE_VIEW, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE, _timetable_widgets, - NULL }; void ShowTimetableWindow(const Vehicle *v) -- cgit v1.2.3-54-g00ecf