1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-03-08 23:19:40 +00:00

(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

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)