From c3fb945f7d762386345e408b9e6ab39f0124923d Mon Sep 17 00:00:00 2001 From: Gregory A Lundberg Date: Fri, 27 Apr 2018 22:43:42 -0500 Subject: [PATCH] Fix doccomment error Remove lame doccomments. --- src/gui/widgets/text_box_base.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/widgets/text_box_base.cpp b/src/gui/widgets/text_box_base.cpp index 50052dade5e7..15b35d8a0d88 100644 --- a/src/gui/widgets/text_box_base.cpp +++ b/src/gui/widgets/text_box_base.cpp @@ -443,10 +443,6 @@ void text_box_base::handle_commit(bool& handled, const utf8::string& unicode) /** * SDL_TEXTEDITING handler. See example at https://wiki.libsdl.org/Tutorials/TextInput - * @param handled - * @param unicode event.text.text, in SDL_TEXTEDITING is't the "composition" piece. - * @param start event.edit.start - * @param length event.edit.length */ void text_box_base::handle_editing(bool& handled, const utf8::string& unicode, int32_t start, int32_t len) {