*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 22 Oct 2009 21:51:46 +0200
changeset 2664 2364532908a5
parent 2663 f5ce02d58661
child 2665 b26986ad5ab9
*** empty log message ***
MenuEditor.st
--- a/MenuEditor.st	Thu Oct 22 21:51:10 2009 +0200
+++ b/MenuEditor.st	Thu Oct 22 21:51:46 2009 +0200
@@ -229,13 +229,6 @@
 
 !MenuEditor class methodsFor:'defaults'!
 
-aboutImage
-    "the image to be displayed in my about-box;
-     If nil is returned, the ST/X default image is used.
-    "
-    ^ self defaultIcon 
-!
-
 resourceType
     "get the type of the resource of the method generated by the MenuEditor
     "
@@ -2059,15 +2052,6 @@
     ].
 ! !
 
-!MenuEditor methodsFor:'defaults'!
-
-aboutImage
-    "the image to be displayed in my about-box;
-     If nil is returned, the ST/X default image is used.
-    "
-    ^ self class aboutImage
-! !
-
 !MenuEditor methodsFor:'drag & drop'!
 
 canDrop:aDropContext