summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authornicm <nicm>2019-09-10 07:50:33 +0000
committernicm <nicm>2019-09-10 07:50:33 +0000
commit4b7e97ba533161e6130b957b91c9bb6aa3da7afa (patch)
tree2fa0b2ba0b04d18cf6d80055c7f68e8e3d3a5d9a /key-bindings.c
parentb6b7486423fe5f1f3b1971308393088b03dc4dc8 (diff)
Set up format tree for %if, GitHub issue 1896.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 0c9ba67b..df2dcf46 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -69,7 +69,6 @@
" '#{?pane_marked,Unmark,Mark}' 'm' {select-pane -m}" \
" '#{?window_zoomed_flag,Unzoom,Zoom}' 'z' {resize-pane -Z}"
-
static int key_bindings_cmp(struct key_binding *, struct key_binding *);
RB_GENERATE_STATIC(key_bindings, key_binding, entry, key_bindings_cmp);
static int key_table_cmp(struct key_table *, struct key_table *);