Prechádzať zdrojové kódy

SystemMenu: Remove the unveil() call for /etc/PowerOptions.ini

The file is not used.
Alex Muscar 5 rokov pred
rodič
commit
838d1c38a1
1 zmenil súbory, kde vykonal 0 pridanie a 5 odobranie
  1. 0 5
      Applications/SystemMenu/main.cpp

+ 0 - 5
Applications/SystemMenu/main.cpp

@@ -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();