From 1c4e85e07737c0340d75df7f39f6881ab04f5179 Mon Sep 17 00:00:00 2001 From: metasim Date: Thu, 4 Jan 2001 16:13:58 +0000 Subject: [PATCH] Removed reference to ProjectDocument. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268401 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tools/ant/gui/core/ProjectProxy.java | 13 ------------- 1 file changed, 13 deletions(-) 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 {