Remove unused function

This commit is contained in:
Eelco Dolstra 2014-07-23 13:00:20 +02:00
parent 97ced6f718
commit ee3db692e6

View File

@ -3633,11 +3633,6 @@ let
tcl = callPackage ../development/interpreters/tcl { };
xulrunnerWrapper = {application, launcher}:
import ../development/interpreters/xulrunner/wrapper {
inherit stdenv application launcher xulrunner;
};
xulrunner = pkgs.firefoxPkgs.xulrunner;