MenuEditor.st
changeset 2664 2364532908a5
parent 2661 24b2112d7534
child 2729 b21105a0a38c
--- 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