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 !