X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/internal/registry/PathLocationVariableRegistry.java b/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/internal/registry/PathLocationVariableRegistry.java index 70fc909..b0a8f17 100644 --- a/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/internal/registry/PathLocationVariableRegistry.java +++ b/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/internal/registry/PathLocationVariableRegistry.java @@ -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.