[gnome-builder] shortcuts: remove dead shortcut
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] shortcuts: remove dead shortcut
- Date: Tue, 27 Mar 2018 21:42:38 +0000 (UTC)
commit c7aa85ed7d119c6537a265573918c6035e9592c1
Author: Christian Hergert <chergert redhat com>
Date: Tue Mar 27 14:37:42 2018 -0700
shortcuts: remove dead shortcut
This no longer exists and so we should remove it, so we can use the
combo elsewhere.
src/libide/editor/ide-editor-view-shortcuts.c | 12 ------------
1 file changed, 12 deletions(-)
---
diff --git a/src/libide/editor/ide-editor-view-shortcuts.c b/src/libide/editor/ide-editor-view-shortcuts.c
index 684b9955e..460a80a8b 100644
--- a/src/libide/editor/ide-editor-view-shortcuts.c
+++ b/src/libide/editor/ide-editor-view-shortcuts.c
@@ -73,12 +73,6 @@ static DzlShortcutEntry editor_view_shortcuts[] = {
NC_("shortcut window", "Editor shortcuts"),
NC_("shortcut window", "Find and replace"),
NC_("shortcut window", "Move to the previous error") },
-
- { "org.gnome.builder.editor-view.clear-highlight",
- 0, NULL,
- NC_("shortcut window", "Editor shortcuts"),
- NC_("shortcut window", "Find and replace"),
- NC_("shortcut window", "Find the next match") },
};
void
@@ -126,12 +120,6 @@ _ide_editor_view_init_shortcuts (IdeEditorView *self)
DZL_SHORTCUT_PHASE_BUBBLE,
I_("editor-view.move-previous-error"));
- dzl_shortcut_controller_add_command_action (controller,
- I_("org.gnome.builder.editor-view.clear-highlight"),
- "<Primary><Shift>k",
- DZL_SHORTCUT_PHASE_BUBBLE,
- I_("editor-view.clear-highlight"));
-
dzl_shortcut_controller_add_command_action (controller,
I_("org.gnome.builder.editor-view.save"),
"<Primary>s",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]