SourceFileLoader.st
changeset 2684 2e9a7d2328fa
parent 2448 0e46ac2854ca
child 2848 2dd5b35e08e0
--- a/SourceFileLoader.st	Thu Sep 08 04:05:11 2011 +0200
+++ b/SourceFileLoader.st	Thu Sep 08 05:23:04 2011 +0200
@@ -88,10 +88,6 @@
     "Modified: / 18.3.1999 / 18:28:24 / stefan"
 !
 
-isTextView
-    ^ false
-!
-
 isWorkspace
     ^ false
 
@@ -317,9 +313,9 @@
 !SourceFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.35 2010-11-02 12:30:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.36 2011-09-08 03:23:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.35 2010-11-02 12:30:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.36 2011-09-08 03:23:04 cg Exp $'
 ! !