diff options
author | alberth <alberth@openttd.org> | 2009-07-16 15:36:52 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-07-16 15:36:52 +0000 |
commit | 3cba03c5eb540f3a29aee96a6d8426ab297aed9d (patch) | |
tree | f19aa56632a4c95d75de2d9639dbf46cc4ad4c7a | |
parent | c00ce644585beb5348565a25c03373ad5b68d8a8 (diff) | |
download | openttd-3cba03c5eb540f3a29aee96a6d8426ab297aed9d.tar.xz |
(svn r16844) -Doc (r13182): Remove documentation of removed window event handling function.
-rw-r--r-- | src/rail_gui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index c31b57e97..c8eeb50f3 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) |