Skip to content

Commit

Permalink
Removing unused start up parameter.
Browse files Browse the repository at this point in the history
Seems to be a left over from quite some time ago.
  • Loading branch information
Adenilson committed May 12, 2015
1 parent 76225bd commit 37b6eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/util/opts.rs
Expand Up @@ -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"),
);
Expand Down

0 comments on commit 37b6eed

Please sign in to comment.