A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/rnd.rs')
-rw-r--r--src/rnd.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rnd.rs b/src/rnd.rs
index bbf8d67..3c27366 100644
--- a/src/rnd.rs
+++ b/src/rnd.rs
@@ -917,9 +917,6 @@ pub fn render(
draw_at(x, y, &image);
}
- if matches!(ed.state, State::Default | State::Selection(_) | State::Insert) {
- draw_at(x, y, &cursor);
- }
window.pre_present_notify();
let buffer = surface.buffer_mut().unwrap();
let x = unsafe {