]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/ted-notepad/ted-notepad.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / ted-notepad / ted-notepad.factor
index c463b0b29427a3de9ad21341accf379b2fae07a7..fe1ce8478f3ccf953704f2c37c29316ae653ab1b 100644 (file)
@@ -11,7 +11,7 @@ ted-notepad editor-class set-global
         [ "TedNPad.exe" ] unless*
     ] unless* ;
 
-M: ted-notepad editor-command ( file line -- command )
+M: ted-notepad editor-command
     [
         ted-notepad-path ,
         number>string "/l" prepend , ,