From 402a1e24bae42c3789a7e000da7ca3c0f07d5dd0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 6 May 2008 22:17:12 +0000 Subject: (svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations. --- src/gui.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index e82f34add..fcaad3d3c 100644 --- a/src/gui.h +++ b/src/gui.h @@ -76,9 +76,6 @@ enum { DDSP_PLACE_AUTOROAD, }; -/* timetable_gui.cpp */ -void ShowTimetableWindow(const Vehicle *v); - /* misc_gui.cpp */ void PlaceLandBlockInfo(); void ShowAboutWindow(); -- cgit v1.2.3-54-g00ecf