controller moved up
authorClaus Gittinger <cg@exept.de>
Thu, 26 Feb 2004 12:27:39 +0100
changeset 4042 4ca4bc8ac76a
parent 4041 7f4ec0d373f3
child 4043 588a3b635b8a
controller moved up
DisplayRootView.st
--- a/DisplayRootView.st	Thu Feb 26 12:26:00 2004 +0100
+++ b/DisplayRootView.st	Thu Feb 26 12:27:39 2004 +0100
@@ -109,12 +109,6 @@
 
 !DisplayRootView methodsFor:'accessing'!
 
-controller
-    "return nil - I have no controller"
-
-    ^ nil
-!
-
 name
     "return my name - always 'RootWindow'"
 
@@ -228,5 +222,5 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.29 2003-05-07 14:55:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.30 2004-02-26 11:27:39 cg Exp $'
 ! !