aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/view.c b/view.c
index 598cf2f..742d08b 100644
--- a/view.c
+++ b/view.c
@@ -981,7 +981,6 @@ static Cursor *cursors_new(View *view, size_t pos, bool force) {
} else {
view->cursors = c;
}
- view->cursor = c;
view->cursor_count++;
view_cursors_dispose(view->cursor_dead);
view_cursors_to(c, pos);