]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/textedit/textedit.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / textedit / textedit.factor
index c21004b06d207e0c046186971380f6afd8daca02..9c0c50cc7b523e0043d0b1ca42d58f66c0e52b33 100644 (file)
@@ -5,6 +5,6 @@ IN: editors.textedit
 SINGLETON: textedit
 textedit editor-class set-global
 
-M: textedit editor-command ( file line -- command )
+M: textedit editor-command
     drop
     [ "open" , "-a" , "TextEdit" , , ] { } make ;