[escher/layout_field] Remove TODO comment

This commit is contained in:
Léa Saviot
2019-12-23 16:13:05 +01:00
parent f7ada7dac0
commit f9b738a41e

View File

@@ -135,7 +135,6 @@ bool LayoutField::ContentView::resetSelection() {
void LayoutField::ContentView::copySelection() {
if (selectionIsEmpty()) {
// TODO LEA if selection empty?
return;
}
constexpr int bufferSize = TextField::maxBufferSize();