Bug 564144 - Remove unused fields in
org/eclipse/ui/internal/registry/StickyViewDescriptor.java

Check done via code minings

Change-Id: I69f41e9ed8f91f93ab436f9dbcc7dad9b8f74389
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/StickyViewDescriptor.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/StickyViewDescriptor.java
index a5afb18..f93d6b6 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/StickyViewDescriptor.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/StickyViewDescriptor.java
@@ -36,20 +36,6 @@
 	 */
 	public static final String STICKY_FOLDER_RIGHT = "stickyFolderRight"; //$NON-NLS-1$
 
-	/**
-	 * Folder constant for left sticky views.
-	 */
-	public static final String STICKY_FOLDER_LEFT = "stickyFolderLeft"; //$NON-NLS-1$
-
-	/**
-	 * Folder constant for top sticky views.
-	 */
-	public static final String STICKY_FOLDER_TOP = "stickyFolderTop"; //$NON-NLS-1$
-
-	/**
-	 * Folder constant for bottom sticky views.
-	 */
-	public static final String STICKY_FOLDER_BOTTOM = "stickyFolderBottom"; //$NON-NLS-1$
 
 	/**
 	 * @param element