SharedPool.st
changeset 19204 bdb9f988ab4d
parent 17386 fb11f2545133
child 19227 5e949760a4e8
child 21364 802924ef3f04
--- 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$'
 ! !