mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Remove unused XREShellData
This commit is contained in:
parent
a0decb1dcc
commit
48c807d319
7 changed files with 5 additions and 33 deletions
|
|
@ -202,8 +202,7 @@ static int do_main(int argc, char* argv[], char* envp[], nsIFile *xreDirectory)
|
|||
argv[i] = argv[i + 1];
|
||||
}
|
||||
|
||||
XREShellData shellData;
|
||||
return XRE_XPCShellMain(--argc, argv, envp, &shellData);
|
||||
return XRE_XPCShellMain(--argc, argv, envp);
|
||||
}
|
||||
|
||||
if (appini) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue