gui: main: Remove leftover old, now removed --no-sandboxing option from parser

This commit is contained in:
Albert S. 2022-06-13 20:17:19 +02:00
orang tua 8a82da95bd
melakukan c82cf03814
1 mengubah file dengan 0 tambahan dan 1 penghapusan

Melihat File

@ -142,7 +142,6 @@ int main(int argc, char *argv[])
} }
Common::setupAppInfo(); Common::setupAppInfo();
QCommandLineParser parser; QCommandLineParser parser;
parser.addOption({{"s", "no-sandbox"}, "Disable sandboxing"});
QStringList appArgs; QStringList appArgs;
for(int i = 0; i < argc; i++) for(int i = 0; i < argc; i++)
{ {