Refactory: remove unused classes, imports, fields and methods.
authorincastrix <incastrix>
Wed, 23 Dec 2009 17:39:26 +0000 (17:39 +0000)
committerincastrix <incastrix>
Wed, 23 Dec 2009 17:39:26 +0000 (17:39 +0000)
net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/overlaypages/ProjectPrefUtil.java
net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/templates/template/BasicCompletionProcessor.java
net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/text/AbstractTextTools.java

index 7737f47..ce4d32e 100644 (file)
@@ -74,10 +74,10 @@ public class ProjectPrefUtil {
                                PHPPreviewProjectPreferences.PREF_ID, key).equals("true");
        }
 
-       public static String getPreviewStringValue(IResource resource, String key) {
-               return getOverlayedPrefResourceValue(resource,
-                               PHPPreviewProjectPreferences.PREF_ID, key);
-       }
+//     public static String getPreviewStringValue(IResource resource, String key) {
+//             return getOverlayedPrefResourceValue(resource,
+//                             PHPPreviewProjectPreferences.PREF_ID, key);
+//     }
 
        private static String getProperty(IResource resource, String pageId,
                        String key) {
index 1a25f97..757544f 100644 (file)
@@ -181,10 +181,10 @@ public class BasicCompletionProcessor extends TemplateCompletionProcessor {
         * @param activationSet
         *            the activation set
         */
-       public void setCompletionProposalAutoActivationCharacters(
-                       char[] activationSet) {
-               fProposalAutoActivationSet = activationSet;
-       }
+//     public void setCompletionProposalAutoActivationCharacters(
+//                     char[] activationSet) {
+//             fProposalAutoActivationSet = activationSet;
+//     }
 
        /**
         * Order the given proposals.
index cfa3247..86c0321 100644 (file)
@@ -147,9 +147,9 @@ public class AbstractTextTools {
         * 
         * @return the color manager to be used for XML text viewers
         */
-       public ColorManager getColorManager() {
-               return colorManager;
-       }
+//     public ColorManager getColorManager() {
+//             return colorManager;
+//     }
 
        public Map getTokens() {
                return tokens;