[gnome-builder/gnome-builder-3-28] shortcuts: remove dead shortcut
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-28] shortcuts: remove dead shortcut
- Date: Tue, 27 Mar 2018 21:54:33 +0000 (UTC)
commit 81fd3284e32f99d44e6902dd15b90e24d264f520
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 a6169a771..5a1c08772 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]