diff --git a/src/lib.rs b/src/lib.rs
index 902ad21094aff023a9f8ddb3416e4942c7a196e5..3c5dca71b1a92c77914ef8992916e6223af000ec 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -78,7 +78,6 @@ impl CosmicEditor {
         editor.buffer_mut().lines.clear();
         match text {
             CosmicText::OneStyle(text) => {
-                // TODO get access to max_chars and max_lines here, implement limits
                 editor.buffer_mut().set_text(
                     font_system,
                     text.as_str(),