diff --git a/Source/Core/UICommon/CommandLineParse.cpp b/Source/Core/UICommon/CommandLineParse.cpp index 0fe4a0c0d4..750ec245dd 100644 --- a/Source/Core/UICommon/CommandLineParse.cpp +++ b/Source/Core/UICommon/CommandLineParse.cpp @@ -66,8 +66,6 @@ std::unique_ptr CreateParser(ParserOptions options) auto parser = std::make_unique(); parser->usage("usage: %prog [options]... [FILE]...").version(scm_rev_str); - parser->add_option("--version").action("version").help("Print version and exit"); - parser->add_option("-u", "--user").action("store").help("User folder path"); parser->add_option("-m", "--movie").action("store").help("Play a movie file"); parser->add_option("-e", "--exec")