Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / text / ContentAssistPreference.java
index 94d55bc..1b70289 100644 (file)
@@ -75,7 +75,7 @@ public class ContentAssistPreference {
        //private static final String INSERT_COMPLETION = PreferenceConstants.CODEASSIST_INSERT_COMPLETION;
 
        /** Preference key for filling argument names on method completion */
-       private static final String FILL_METHOD_ARGUMENTS = PreferenceConstants.CODEASSIST_FILL_ARGUMENT_NAMES;
+       //private static final String FILL_METHOD_ARGUMENTS = PreferenceConstants.CODEASSIST_FILL_ARGUMENT_NAMES;
 
        /** Preference key for guessing argument names on method completion */
        //private static final String GUESS_METHOD_ARGUMENTS = PreferenceConstants.CODEASSIST_GUESS_METHOD_ARGUMENTS;
@@ -324,7 +324,7 @@ public class ContentAssistPreference {
                changeHTMLProcessor(assistant, store, p);
        }
 
-       public static boolean fillArgumentsOnMethodCompletion(IPreferenceStore store) {
-               return store.getBoolean(FILL_METHOD_ARGUMENTS);
-       }
+//     public static boolean fillArgumentsOnMethodCompletion(IPreferenceStore store) {
+//             return store.getBoolean(FILL_METHOD_ARGUMENTS);
+//     }
 }