SimpleView.st
changeset 4196 ceb52e442de3
parent 4193 7156e834b5d8
child 4209 af2ef9ba90c5
--- a/SimpleView.st	Fri Jul 02 11:05:11 2004 +0200
+++ b/SimpleView.st	Sat Jul 03 19:04:22 2004 +0200
@@ -2621,12 +2621,6 @@
 
 !
 
-maxExtent
-    "for compatibility with StdSysView"
-
-    ^ nil
-!
-
 minExtent
     "for compatibility with StdSysView"
 
@@ -9528,7 +9522,7 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.506 2004-06-28 07:22:19 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.507 2004-07-03 17:04:22 stefan Exp $'
 ! !
 
 SimpleView initialize!