]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/brackets/brackets.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / brackets / brackets.factor
index 6b1f2c0255c8a8e8ae26c9705e47db9c519847ed..7ec154aa9b2ae7be50d5ab810de9df5610cca245 100644 (file)
@@ -16,7 +16,7 @@ M: macosx brackets-path
         f
     ] if* ;
 
-M: brackets-editor editor-command ( file line -- command )
+M: brackets-editor editor-command
     [ brackets-path "brackets" or , drop , ] { } make ;
 
 os windows? [ "editors.brackets.windows" require ] when