(svn r16844) -Doc (r13182): Remove documentation of removed window event handling function.

This commit is contained in:
alberth 2009-07-16 15:36:52 +00:00
parent c00ce64458
commit 3cba03c5eb
1 changed files with 0 additions and 5 deletions

View File

@ -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)