diff options
author | Blaž Hrastnik | 2021-06-22 14:26:34 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-22 14:26:34 +0000 |
commit | 20f33ead67f5adf895e899945ea569e2c89a4d7f (patch) | |
tree | 15285f8c9d82336669d047d7ace2d32c1a0f88aa /helix-term/src/ui/picker.rs | |
parent | e0fd08d6df93c7a42289ee9859406077c1dbf638 (diff) |
minor: Remove old TODOs
Diffstat (limited to 'helix-term/src/ui/picker.rs')
-rw-r--r-- | helix-term/src/ui/picker.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/src/ui/picker.rs b/helix-term/src/ui/picker.rs index 0aec9894..a3fe5e61 100644 --- a/helix-term/src/ui/picker.rs +++ b/helix-term/src/ui/picker.rs @@ -256,8 +256,6 @@ impl<T: 'static> Component for Picker<T> { let inner = block.inner(area); block.render(area, surface); - // TODO: abstract into a clear(area) fn - // surface.set_style(inner, Style::default().bg(Color::Rgb(150, 50, 0))); // -- Render the input bar: |