Bug 564144 - org/eclipse/ui/internal/WorkbenchWindow.java

Use code mining to check if still used.

Change-Id: I887d04dc95c2be5e8b2383c965ec48f79947b4df
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
index 258e914..7ef5aa3 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
@@ -336,20 +336,6 @@
 
 	static final String TEXT_DELIMITERS = TextProcessor.getDefaultDelimiters() + "-"; //$NON-NLS-1$
 
-	// constants for shortcut bar group ids
-	static final String GRP_PAGES = "pages"; //$NON-NLS-1$
-
-	static final String GRP_PERSPECTIVES = "perspectives"; //$NON-NLS-1$
-
-	static final String GRP_FAST_VIEWS = "fastViews"; //$NON-NLS-1$
-
-	// static fields for inner classes.
-	static final int VGAP = 0;
-
-	static final int CLIENT_INSET = 3;
-
-	static final int BAR_SIZE = 23;
-
 	/** Marks the beginning of a tag which contains positioning information. */
 	static final String MOVE_TAG = "move_"; //$NON-NLS-1$