diff options
author | rubidium <rubidium@openttd.org> | 2009-09-19 15:17:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-19 15:17:47 +0000 |
commit | ca91a97826ad5de23855d0fe9a219f4889a8cd9e (patch) | |
tree | 87928a5a55ff401ea65443b8d291f609e9b46cf8 /src/osk_gui.cpp | |
parent | 89df436f84707182456461e3259e053303feb846 (diff) | |
download | openttd-ca91a97826ad5de23855d0fe9a219f4889a8cd9e.tar.xz |
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
Diffstat (limited to 'src/osk_gui.cpp')
-rw-r--r-- | src/osk_gui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osk_gui.cpp b/src/osk_gui.cpp index e209ed1a6..ce6d343a9 100644 --- a/src/osk_gui.cpp +++ b/src/osk_gui.cpp @@ -534,8 +534,6 @@ void GetKeyboardLayout() /** * Show the on-screen keyboard (osk) associated with a given textbox * @param parent pointer to the Window where this keyboard originated from - * @param q querystr_d pointer to the query string of the parent, which is - * shared for both windows * @param button widget number of parent's textbox * @param cancel widget number of parent's cancel button (0 if cancel events * should not be passed) |