summaryrefslogtreecommitdiffstats
path: root/src/ui/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.rs')
-rw-r--r--src/ui/ui.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ui/ui.rs b/src/ui/ui.rs
index d1849df..bf79cbb 100644
--- a/src/ui/ui.rs
+++ b/src/ui/ui.rs
@@ -257,19 +257,6 @@ impl UI {
nvim,
} = self;
- gtk::timeout_add(
- 33,
- clone!(state => move || {
- let state = state.borrow();
- // Tick the current active grid.
- let grid =
- state.grids.get(&state.current_grid).unwrap();
- grid.tick();
-
- glib::Continue(true)
- }),
- );
-
rx.attach(None, move |message| {
match message {
// Handle a notify.