Tools__CodeView2.st
changeset 15718 e6317c6a1b66
parent 15643 ce9f44da50d6
child 15720 cbf8e19959fc
child 15788 78567930bba4
--- a/Tools__CodeView2.st	Fri Jun 26 17:52:06 2015 +0200
+++ b/Tools__CodeView2.st	Sat Jun 27 14:32:24 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
               All Rights Reserved
@@ -673,13 +671,6 @@
     "Modified: / 07-07-2011 / 12:15:39 / Jan Vrany <jan.vrant@fit.cvut,cz>"
 !
 
-scrolledView
-
-    ^self
-
-    "Created: / 14-02-2010 / 22:54:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 services
     ^ services ? #()
 
@@ -4266,15 +4257,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.190 2015-05-18 14:49:30 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.190 2015-05-18 14:49:30 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.190 2015-05-18 14:49:30 cg Exp $'
+    ^ '$Id$'
 ! !