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

このコミットが含まれているのは:
Albert S. 2022-06-13 20:17:19 +02:00
コミット c82cf03814
1個のファイルの変更0行の追加1行の削除

ファイルの表示

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