Removing unused start up parameter.

Seems to be a left over from quite some time ago.
This commit is contained in:
Adenilson Cavalcanti 2015-05-12 14:41:08 -07:00
parent 76225bdccb
commit 37b6eeddff

View file

@ -258,7 +258,6 @@ pub fn from_cmdline_args(args: &[String]) -> bool {
getopts::optopt("u", "user-agent", "Set custom user agent string", "NCSA Mosaic/1.0 (X11;SunOS 4.1.4 sun4m)"),
getopts::optopt("Z", "debug", "A comma-separated string of debug options. Pass help to show available options.", ""),
getopts::optflag("h", "help", "Print this message"),
getopts::optopt("r", "render-api", "Set the rendering API to use", "gl|mesa"),
getopts::optopt("", "resources-path", "Path to find static resources", "/home/servo/resources"),
getopts::optflag("", "sniff-mime-types" , "Enable MIME sniffing"),
);