mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 17:58:14 +00:00
Fix doccomment error
Remove lame doccomments. (cherry-picked from commit 092f8f325c28aa34b1385c042132ec6cc5a40f1d)
This commit is contained in:
parent
ff0009aa52
commit
c23808a92f
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user