Color.st
changeset 4909 5bdff950bacb
parent 4908 bb534a1fc0e3
child 4910 c546ce4526b2
--- a/Color.st	Thu Feb 14 14:47:52 2008 +0100
+++ b/Color.st	Thu Feb 14 14:51:58 2008 +0100
@@ -5079,17 +5079,9 @@
 
 hex
     <resource: #obsolete>
-    "return a hex-printString as rrggbb;"
 
     self obsoleteMethodWarning:'use #hexPrintString'.
     ^ self hexPrintString
-
-    "
-     Color red hex
-     Color green hex
-     Color blue hex
-     Color yellow hex 
-    "
 !
 
 hexPrintString
@@ -5484,7 +5476,7 @@
 !Color class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.210 2008-02-14 13:47:52 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.211 2008-02-14 13:51:58 stefan Exp $'
 ! !
 
 Color initialize!