class: MenuView
authorClaus Gittinger <cg@exept.de>
Mon, 17 Jun 2013 16:28:06 +0200
changeset 4615 16ff7ce2fd43
parent 4614 4deb539efcb7
child 4616 e596ef7df96f
class: MenuView
MenuView.st
--- a/MenuView.st	Mon Jun 17 16:26:45 2013 +0200
+++ b/MenuView.st	Mon Jun 17 16:28:06 2013 +0200
@@ -1171,12 +1171,6 @@
     "Modified: 27.4.1996 / 15:25:16 / cg"
 !
 
-isEmpty
-    "return true, if I have no items"
-
-    ^ list isEmptyOrNil
-!
-
 labelAt:indexOrName put:aString
     "change the label at index to be aString"
 
@@ -3002,10 +2996,10 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.177 2013-06-17 14:26:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.178 2013-06-17 14:28:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.177 2013-06-17 14:26:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.178 2013-06-17 14:28:06 cg Exp $'
 ! !