]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/textpad/textpad.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / textpad / textpad.factor
index a2b0abb6e60b5fc447c551316a55989ac3f9ee8a..62cb493d1b3a586bf0646babbda39ada4d97348f 100644 (file)
@@ -11,7 +11,7 @@ textpad editor-class set-global
         [ "TextPad.exe" ] unless*
     ] unless* ;
 
-M: textpad editor-command ( file line -- command )
+M: textpad editor-command
     [
         textpad-path ,
         [ , ] [ number>string "(" ",0)" surround , ] bi*