Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.externaltools / src / net / sourceforge / phpdt / externaltools / internal / registry / PathLocationVariableRegistry.java
index 70fc909..b0a8f17 100644 (file)
@@ -34,11 +34,11 @@ public class PathLocationVariableRegistry extends ExternalToolVariableRegistry {
        /**
         * Returns the list of path location variables in the registry.
         */
-       public PathLocationVariable[] getPathLocationVariables() {
-               PathLocationVariable[] results = new PathLocationVariable[getVariableCount()];
-               copyVariables(results);
-               return results;
-       }
+//     public PathLocationVariable[] getPathLocationVariables() {
+//             PathLocationVariable[] results = new PathLocationVariable[getVariableCount()];
+//             copyVariables(results);
+//             return results;
+//     }
 
        /*
         * (non-Javadoc) Method declared on ExternalToolVariableRegistry.