From c9028aceb89a76d548e8078d3c58367ab1d17371 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Thu, 3 Apr 2008 17:02:03 +0000 Subject: [PATCH] Removed modules view related constants. --- .../ui/preferences/ICDebugPreferenceConstants.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/preferences/ICDebugPreferenceConstants.java b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/preferences/ICDebugPreferenceConstants.java index 0ea1c2cb493..264fc41f2d4 100644 --- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/preferences/ICDebugPreferenceConstants.java +++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/preferences/ICDebugPreferenceConstants.java @@ -35,15 +35,4 @@ public interface ICDebugPreferenceConstants { * Boolean preference controlling whether primitive types types display char values. */ public static final String PREF_SHOW_CHAR_VALUES = ICDebugUIConstants.PLUGIN_ID + ".cDebug.showCharValues"; //$NON-NLS-1$ - - /** - * The orientation of the detail view in the ModulesView - */ - public static final String MODULES_DETAIL_PANE_ORIENTATION = "Modules.detail.orientation"; //$NON-NLS-1$ - - public static final String MODULES_DETAIL_PANE_RIGHT = "Modules.detail.orientation.right"; //$NON-NLS-1$ - - public static final String MODULES_DETAIL_PANE_UNDERNEATH = "Modules.detail.orientation.underneath"; //$NON-NLS-1$ - - public static final String MODULES_DETAIL_PANE_HIDDEN = "Modules.detail.orientation.hidden"; //$NON-NLS-1$ }