From f9b738a41ef7d655d6e9d132581ff62c34660ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 23 Dec 2019 16:13:05 +0100 Subject: [PATCH] [escher/layout_field] Remove TODO comment --- escher/src/layout_field.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/escher/src/layout_field.cpp b/escher/src/layout_field.cpp index f0359b245..b9989b779 100644 --- a/escher/src/layout_field.cpp +++ b/escher/src/layout_field.cpp @@ -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();