From 3cba03c5eb540f3a29aee96a6d8426ab297aed9d Mon Sep 17 00:00:00 2001 From: alberth Date: Thu, 16 Jul 2009 15:36:52 +0000 Subject: [PATCH] (svn r16844) -Doc (r13182): Remove documentation of removed window event handling function. --- src/rail_gui.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index c31b57e97e..c8eeb50f33 100644 --- a/src/rail_gui.cpp +++ b/src/rail_gui.cpp @@ -959,11 +959,6 @@ private: return list; } -/** - * Window event handler of station build window. - * @param w Staion build window - * @param e Window event to handle - */ public: BuildRailStationWindow(const WindowDesc *desc, Window *parent, bool newstation) : PickerWindowBase(desc, parent)