From: Ingo Ruhnke Date: Mon, 18 Aug 2014 09:32:06 +0000 (+0200) Subject: Minor cleanup X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ab1f838e8b811c3aac81fe7a001fa2d7d1969b37;p=supertux.git Minor cleanup --- diff --git a/src/supertux/command_line_arguments.cpp b/src/supertux/command_line_arguments.cpp index e5dc3a126..20073762d 100644 --- a/src/supertux/command_line_arguments.cpp +++ b/src/supertux/command_line_arguments.cpp @@ -67,9 +67,6 @@ CommandLineArguments::print_datadir() void CommandLineArguments::print_help(const char* arg0) { - std::string default_user_data_dir = - std::string(PHYSFS_getUserDir()) + WRITEDIR_NAME; - std::cerr << boost::format(_( "\n" "Usage: %s [OPTIONS] [LEVELFILE]\n\n"