SharedPool.st
branchjv
changeset 19227 5e949760a4e8
parent 18120 e3a375d5f6a8
parent 19204 bdb9f988ab4d
--- a/SharedPool.st	Sat Feb 13 07:51:52 2016 +0000
+++ b/SharedPool.st	Sun Feb 14 07:29:57 2016 +0000
@@ -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$'
 ! !