Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-07-05 19:27:43 +0000
committerDarin Wright2006-07-05 19:27:43 +0000
commitb04ef9fcbccc0c794373f1c78ae5c0cca84fb78c (patch)
tree8b7112876b5aa645e4d7d509c338c39629db1c4c /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
parentaed5c77edb78598779a6a9f81ff6fad21b2a4160 (diff)
downloadeclipse.platform.debug-b04ef9fcbccc0c794373f1c78ae5c0cca84fb78c.tar.gz
eclipse.platform.debug-b04ef9fcbccc0c794373f1c78ae5c0cca84fb78c.tar.xz
eclipse.platform.debug-b04ef9fcbccc0c794373f1c78ae5c0cca84fb78c.zip
Bug 149069 - [preferences] Move USE_STEP_FILTERING pref constant to public API
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
index df279269c..bd04c1adb 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
@@ -215,12 +215,6 @@ public interface IDebugUIConstants {
public static final String PREF_SKIP_BREAKPOINTS_DURING_RUN_TO_LINE= PLUGIN_ID + ".skip_breakpoints_during_run_to_line"; //$NON-NLS-1$
/**
- * Preference for using step filters.
- * @since 3.3
- */
- public static final String PREF_USE_STEP_FILTERS = PLUGIN_ID + ".USE_STEP_FILTERS"; //$NON-NLS-1$
-
- /**
* String preference controlling in which perspectives view
* management will occur. The value is a comma-separated list
* of plug-in identifiers.

Back to the top