Skip to content

Commit

Permalink
SystemMenu: Remove the unveil() call for /etc/PowerOptions.ini
Browse files Browse the repository at this point in the history
The file is not used.
  • Loading branch information
muscar committed Mar 16, 2020
1 parent 66794d5 commit 838d1c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Applications/SystemMenu/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ int main(int argc, char** argv)
return 1;
}

if (unveil("/etc/PowerOptions.ini", "r")) {
perror("unveil");
return 1;
}

unveil(nullptr, nullptr);

return app.exec();
Expand Down

0 comments on commit 838d1c3

Please sign in to comment.