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

Remove the unused "-arc" option parsing.

parent 0c8b136a
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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.
Finish editing this message first!
Please register or to comment