*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 22 Oct 2009 21:50:33 +0200
changeset 2662 75fe8cbca316
parent 2661 24b2112d7534
child 2663 f5ce02d58661
*** empty log message ***
UIPainter.st
--- a/UIPainter.st	Thu Oct 22 21:46:51 2009 +0200
+++ b/UIPainter.st	Thu Oct 22 21:50:33 2009 +0200
@@ -3626,13 +3626,6 @@
 
 !UIPainter methodsFor:'defaults'!
 
-aboutImage
-    "the image to be displayed in my about-box;
-     If nil is returned, thhe ST/X default image is used."
-
-    ^ self class defaultIcon
-!
-
 defaultNameOfCanvas
     ^ self class defaultNameOfCanvas
 !