summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-30 13:20:26 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-30 13:45:19 +0200
commit6d27a89b99df30e7b9f8adb59d678704f091874a (patch)
treeb60844926d91cc6bcd1fd80ce338b732f0fe59a1 /source
parentacc1fa45b955fa2a771cb1a22c541086d1425a19 (diff)
bindings: Drop unused (and buggy) sentinel
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source')
-rw-r--r--source/keyb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/keyb.c b/source/keyb.c
index a9331d6a..c54bbfde 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -122,9 +122,6 @@ ActionBindingEntry rofi_bindings[] =
{ .id = SELECT_HOVERED_ENTRY, .scope = SCOPE_MOUSE_LISTVIEW_ELEMENT, .name = "me-select-entry", .binding = "Mouse1", .comment = "Select hovered row" },
{ .id = ACCEPT_HOVERED_ENTRY, .scope = SCOPE_MOUSE_LISTVIEW_ELEMENT, .name = "me-accept-entry", .binding = "MouseD1", .comment = "Accept hovered row" },
{ .id = ACCEPT_HOVERED_CUSTOM, .scope = SCOPE_MOUSE_LISTVIEW_ELEMENT, .name = "me-accept-custom", .binding = "Control+MouseD1", .comment = "Accept hovered row with custom action" },
-
- /* Sentinel */
- { .id = 0 }
};
static const gchar *mouse_default_bindings[] = {