aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 44ab14225fd..e94959ca9a3 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -159,7 +159,6 @@ enum event_kind
159 SELECTION_REQUEST_EVENT, /* Another X client wants a selection from us. 159 SELECTION_REQUEST_EVENT, /* Another X client wants a selection from us.
160 See `struct selection_input_event'. */ 160 See `struct selection_input_event'. */
161 SELECTION_CLEAR_EVENT, /* Another X client cleared our selection. */ 161 SELECTION_CLEAR_EVENT, /* Another X client cleared our selection. */
162 BUFFER_SWITCH_EVENT, /* A process filter has switched buffers. */
163 DELETE_WINDOW_EVENT, /* An X client said "delete this window". */ 162 DELETE_WINDOW_EVENT, /* An X client said "delete this window". */
164#ifdef HAVE_NTGUI 163#ifdef HAVE_NTGUI
165 END_SESSION_EVENT, /* The user is logging out or shutting down. */ 164 END_SESSION_EVENT, /* The user is logging out or shutting down. */