summaryrefslogtreecommitdiff
path: root/src/rail_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-07-16 15:36:52 +0000
committeralberth <alberth@openttd.org>2009-07-16 15:36:52 +0000
commit3cba03c5eb540f3a29aee96a6d8426ab297aed9d (patch)
treef19aa56632a4c95d75de2d9639dbf46cc4ad4c7a /src/rail_gui.cpp
parentc00ce644585beb5348565a25c03373ad5b68d8a8 (diff)
downloadopenttd-3cba03c5eb540f3a29aee96a6d8426ab297aed9d.tar.xz
(svn r16844) -Doc (r13182): Remove documentation of removed window event handling function.
Diffstat (limited to 'src/rail_gui.cpp')
-rw-r--r--src/rail_gui.cpp5
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)