]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/gedit/gedit.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / gedit / gedit.factor
index f1d7b9314f828e8676df8e94f17c6751dc36a97d..117802001eed74780ac0397b9b807cf32c79d98a 100644 (file)
@@ -12,7 +12,7 @@ gedit editor-class set-global
         "gedit" ?find-in-path
     ] unless* ;
 
-M: gedit editor-command ( file line -- command )
+M: gedit editor-command
     [
         gedit-path , number>string "+" prepend , ,
     ] { } make ;