Fix doccomment error

Remove lame doccomments.

(cherry-picked from commit 092f8f325c28aa34b1385c042132ec6cc5a40f1d)
This commit is contained in:
Gregory A Lundberg 2018-04-27 23:17:56 -05:00
parent ff0009aa52
commit c23808a92f

View File

@ -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)
{