aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-28 18:45:07 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-28 20:09:15 +0100
commitb1c462beb8b9e0bae7f8886054eee2fe361149a8 (patch)
tree8fc350e8d1bde3b3bc530969bfaa24e485ab87a9 /vis-core.h
parent30e9673fdb22905df853ef07b3826fa19b28831c (diff)
downloadvis-b1c462beb8b9e0bae7f8886054eee2fe361149a8.tar.gz
vis-b1c462beb8b9e0bae7f8886054eee2fe361149a8.tar.xz
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.
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 0 insertions, 1 deletions
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 */