mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09:00
SystemMenu: Remove the unveil() call for /etc/PowerOptions.ini
The file is not used.
This commit is contained in:
parent
66794d51ef
commit
838d1c38a1
Notes:
sideshowbarker
2024-07-19 08:17:16 +09:00
Author: https://github.com/muscar
Commit: 838d1c38a1
Pull-request: https://github.com/SerenityOS/serenity/pull/1473
1 changed files with 0 additions and 5 deletions
|
@ -90,11 +90,6 @@ int main(int argc, char** argv)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (unveil("/etc/PowerOptions.ini", "r")) {
|
|
||||||
perror("unveil");
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
unveil(nullptr, nullptr);
|
unveil(nullptr, nullptr);
|
||||||
|
|
||||||
return app.exec();
|
return app.exec();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue