Skip to content
Snippets Groups Projects
Commit 58bf37ba authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove the unused "-arc" option parsing.

parent 238bde21
Branches
Tags
No related merge requests found
......@@ -156,10 +156,6 @@ for(var i = 0; i < argc; i++) {
json_space = parseInt(opt.slice(5), 10);
continue;
}
if(opt == "arc") {
fmt = "arc";
continue;
}
if(opt.indexOf("fmt=") == 0) {
fmt = opt.slice(4);
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment