removed forgotten TODO

This commit is contained in:
thrust26 2020-11-04 20:19:53 +01:00
parent 2ec1f463ad
commit c8c70ee54b
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ bool EditableWidget::handleControlKeys(StellaKey key, StellaMod mod)
sendCommand(EditableWidget::kChangedCmd, key, _id);
break;
case KBDK_W: // TODO
case KBDK_W:
handled = killLastWord();
if(handled) sendCommand(EditableWidget::kChangedCmd, key, _id);
break;