comment/format in: #iconInBrowserSymbol
authorClaus Gittinger <cg@exept.de>
Sat, 13 Feb 2016 12:23:15 +0100
changeset 19204 bdb9f988ab4d
parent 19203 a9b9c90179f9
child 19205 fb6dfb1ab6bb
comment/format in: #iconInBrowserSymbol
SharedPool.st
--- a/SharedPool.st	Sat Feb 13 12:23:11 2016 +0100
+++ b/SharedPool.st	Sat Feb 13 12:23:15 2016 +0100
@@ -194,16 +194,6 @@
     "Modified (comment): / 06-03-2012 / 17:08:54 / cg"
 ! !
 
-!SharedPool class methodsFor:'misc ui support'!
-
-iconInBrowserSymbol
-    <resource: #programImage>
-
-    self == SharedPool ifTrue:[^ super iconInBrowserSymbol].
-    ^ #sharedPoolBrowserIcon
-
-    "Created: / 14-10-2010 / 12:04:32 / cg"
-! !
 
 !SharedPool class methodsFor:'name lookup'!
 
@@ -272,10 +262,10 @@
 !SharedPool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SharedPool.st,v 1.23 2015-02-03 14:21:24 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SharedPool.st,v 1.23 2015-02-03 14:21:24 cg Exp $'
+    ^ '$Header$'
 ! !