*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 13 Apr 1999 16:03:28 +0200
changeset 1159 42f1f2dc8bcd
parent 1158 fe67c8fdf68b
child 1160 4bd4457b1d90
*** empty log message ***
ResourceSpecEditor.st
--- a/ResourceSpecEditor.st	Tue Apr 13 16:02:21 1999 +0200
+++ b/ResourceSpecEditor.st	Tue Apr 13 16:03:28 1999 +0200
@@ -538,8 +538,6 @@
 accept
     "invoked by the OK button; disables the commit buttons and sets myself modified"
 
-    |c|
-
     self acceptChannel 
         value:false;    
         value:true;      "/ toggle to force inputFields to accept
@@ -680,5 +678,5 @@
 !ResourceSpecEditor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.14 1999-04-13 14:02:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.15 1999-04-13 14:03:28 cg Exp $'
 ! !