(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.

This commit is contained in:
rubidium
2008-05-06 22:17:12 +00:00
parent 9bf519f26b
commit 402a1e24ba
18 changed files with 14 additions and 36 deletions

View File

@@ -76,9 +76,6 @@ enum {
DDSP_PLACE_AUTOROAD,
};
/* timetable_gui.cpp */
void ShowTimetableWindow(const Vehicle *v);
/* misc_gui.cpp */
void PlaceLandBlockInfo();
void ShowAboutWindow();