# HG changeset patch # User Claus Gittinger # Date 1256241033 -7200 # Node ID 75fe8cbca3164f505a8ac1c9396061af860b44dc # Parent 24b2112d753460298105a4422adc00ac75757b67 *** empty log message *** diff -r 24b2112d7534 -r 75fe8cbca316 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 !