From b1c462beb8b9e0bae7f8886054eee2fe361149a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 28 Nov 2015 18:45:07 +0100 Subject: view: remove ViewEvent infrastructure The only used event handler was used to update the '< and '> marks which is now taken care of by the leave handler of the visual modes. --- vis-core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index 614a206..1ecc1b6 100644 --- a/vis-core.h +++ b/vis-core.h @@ -117,7 +117,6 @@ struct Win { UiWin *ui; /* ui object handling visual appearance of this window */ File *file; /* file being displayed in this window */ View *view; /* currently displayed part of underlying text */ - ViewEvent events; RingBuffer *jumplist; /* LRU jump management */ ChangeList changelist; /* state for iterating through least recently changes */ Win *prev, *next; /* neighbouring windows */ -- cgit v1.2.3