Skip to content

Commit

Permalink
Fix doccomment error
Browse files Browse the repository at this point in the history
Remove lame doccomments.

(cherry-picked from commit 092f8f3)
  • Loading branch information
GregoryLundberg committed Oct 7, 2018
1 parent ff0009a commit c23808a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/widgets/text_box_base.cpp
Expand Up @@ -443,10 +443,6 @@ void text_box_base::handle_commit(bool& handled, const std::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 std::string& unicode, int32_t start, int32_t len)
{
Expand Down

0 comments on commit c23808a

Please sign in to comment.