]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/webbrowser/linux/linux.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / webbrowser / linux / linux.factor
index e5ae19ec26153b59ccdb1745540b2b6348f9cb1f..544abae86f445b5de71ad27728af5e36b2aae29e 100644 (file)
@@ -5,5 +5,5 @@ USING: arrays io.launcher kernel present system webbrowser ;
 
 IN: webbrowser.linux
 
-M: linux open-item ( item -- )
+M: linux open-item
     present "xdg-open" swap 2array run-detached drop ;