SimpleView.st
changeset 5782 59f177baaa8c
parent 5775 8ffa2b5bf8d0
child 5804 c769d3a0325d
--- a/SimpleView.st	Sat Aug 20 17:13:07 2011 +0200
+++ b/SimpleView.st	Thu Sep 08 05:19:03 2011 +0200
@@ -8545,12 +8545,6 @@
     "Modified: 5.6.1996 / 14:25:35 / cg"
 !
 
-isTextView
-    "I am not showing text (showing lines)"
-
-    ^ false
-!
-
 isTransparentBox
      ^ false
 !
@@ -10940,11 +10934,11 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.698 2011-07-12 13:06:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.699 2011-09-08 03:19:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.698 2011-07-12 13:06:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.699 2011-09-08 03:19:03 cg Exp $'
 !
 
 version_SVN