diff --git a/src/antidote/org/apache/tools/ant/gui/core/ProjectProxy.java b/src/antidote/org/apache/tools/ant/gui/core/ProjectProxy.java index 30e1b3866..bc69473ef 100644 --- a/src/antidote/org/apache/tools/ant/gui/core/ProjectProxy.java +++ b/src/antidote/org/apache/tools/ant/gui/core/ProjectProxy.java @@ -191,19 +191,6 @@ public class ProjectProxy { return _selections; } - /** - * Get the Document perspective on the data. - * - * @return Document view on project. - */ - public Document getDocument() { - // This is what the call should look like - //return new ProjectDocument(_project); - if(_file != null) { - return new ProjectDocument(_file); - } - return null; - } /** Class for executing the build in a separate thread. */ private class BuildRunner implements Runnable {