ComboBoxView.st
changeset 1263 71f40ae21861
parent 1262 aa6f0bed52b4
child 1281 94b22cb9c19f
--- a/ComboBoxView.st	Fri Mar 19 19:08:34 1999 +0100
+++ b/ComboBoxView.st	Fri Mar 19 20:58:55 1999 +0100
@@ -156,20 +156,6 @@
 
 !ComboBoxView methodsFor:'accessing-mvc'!
 
-accept
-    field accept
-
-    "Created: 4.3.1996 / 12:15:18 / cg"
-!
-
-acceptChannel
-    ^ field acceptChannel
-!
-
-acceptChannel:aChannel
-    field acceptChannel:aChannel
-!
-
 model
     ^ field model
 
@@ -183,14 +169,6 @@
 
     "Created: 9.2.1996 / 00:50:12 / cg"
     "Modified: 28.2.1996 / 15:11:03 / cg"
-!
-
-modifiedChannel
-    ^ field modifiedChannel
-!
-
-modifiedChannel:aChannel
-    field modifiedChannel:aChannel
 ! !
 
 !ComboBoxView methodsFor:'initialization'!
@@ -271,5 +249,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.21 1999-03-19 18:08:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.22 1999-03-19 19:58:55 cg Exp $'
 ! !