summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-28 08:51:53 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-28 08:51:53 +0200
commit217290479ec28393e1b5dbe4018c12af905230f0 (patch)
tree0c95423f3439a7497a77f21e782c5687c744582f /include/view-internal.h
parentbe46caa279809a3ab992f3dc5d6142e957da7fd1 (diff)
Merge two functions that no longer have a reason to be split.
Fixes: #491
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 34e333e5..e55e01b7 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -80,8 +80,6 @@ struct RofiViewState
int mouse_seen;
/** Flag indicating if view needs to be reloaded. */
int reload;
- /** X11 event loop to be called for this view. */
- void ( *x11_event_loop )( struct RofiViewState *state, xcb_generic_event_t *ev, xkb_stuff *xkb );
/** The funciton to be called when finalizing this view */
void ( *finalize )( struct RofiViewState *state );