Warning.st
changeset 19201 b301ed05553d
parent 17307 8dfa29195a23
child 19227 5e949760a4e8
child 23777 c1a7bebf28ab
--- a/Warning.st	Sat Feb 13 12:22:59 2016 +0100
+++ b/Warning.st	Sat Feb 13 12:23:06 2016 +0100
@@ -119,13 +119,6 @@
     "Created: / 23.7.1999 / 15:34:27 / stefan"
 ! !
 
-!Warning class methodsFor:'misc ui support'!
-
-iconInBrowserSymbol
-    <resource: #programImage>
-
-    ^ #warningClassBrowserIcon
-! !
 
 !Warning methodsFor:'default actions'!
 
@@ -169,11 +162,11 @@
 !Warning class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Warning.st,v 1.16 2015-01-20 14:39:05 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Warning.st,v 1.16 2015-01-20 14:39:05 cg Exp $'
+    ^ '$Header$'
 ! !