#shown moved to DisplaySurface
authorStefan Vogel <sv@exept.de>
Thu, 25 Jul 2002 12:11:51 +0200
changeset 3675 1530f7067667
parent 3674 2d18a78198af
child 3676 c800f395d043
#shown moved to DisplaySurface
DisplayRootView.st
--- a/DisplayRootView.st	Thu Jul 25 12:11:14 2002 +0200
+++ b/DisplayRootView.st	Thu Jul 25 12:11:51 2002 +0200
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:4.1.4 on 16-Mai-2002 at 17:28:01'                    !
-
 "{ Package: 'stx:libview' }"
 
 DisplaySurface subclass:#DisplayRootView
@@ -225,19 +223,10 @@
      DisplayRootView new
      RootView isWindowManagerRunning
     "
-!
-
-shown
-    "return true - a rootview is always assumed to be visible"
-
-    ^ true
-
-    "Created: 5.7.1996 / 13:48:05 / cg"
-    "Modified: 5.7.1996 / 14:57:34 / cg"
 ! !
 
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.26 2002-05-21 08:09:26 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.27 2002-07-25 10:11:51 stefan Exp $'
 ! !