Remove a few TODO notes that look obsolete

This commit is contained in:
2024-08-27 09:18:42 -04:00
parent 392f43ec89
commit 8cc8f5e2b7
3 changed files with 3 additions and 4 deletions

View File

@@ -432,7 +432,6 @@ void cTextField::handleInput(cKey key) {
selectionPoint = ++insertionPoint;
} else switch(key.k) {
case key_enter: break; // Shouldn't be receiving this anyway
// TODO: Implement all the other special keys
case key_left: case key_word_left:
if(current_action) history.add(current_action), current_action.reset();
if(haveSelection && !select) {