Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.debug.ui/plugin.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 7739ce4a7..184ad0608 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2066,12 +2066,6 @@ M4 = Platform-specific fourth key
</extension>
<extension point="org.eclipse.ui.bindings">
<key
- commandId="org.eclipse.debug.ui.commands.console.clear"
- contextId="org.eclipse.ui.console.ConsoleView"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- sequence="M1+L">
- </key>
- <key
sequence="M2+F5"
commandId="org.eclipse.debug.ui.commands.ToggleStepFilters"

Back to the top