X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fterminal-opts.c;h=c55dc57fd20b994c5e524e2717a4c8a5c106e034;hb=e14e3990ef75795b40ee06a4b59a3e6af2d3aef0;hp=955a6b0e9c7fda53e2daa1a9b67e9b528f2189bd;hpb=beac6e15a941bd498ae9301cc91e409653be6c1a;p=pspp-builds.git diff --git a/src/ui/terminal/terminal-opts.c b/src/ui/terminal/terminal-opts.c index 955a6b0e..c55dc57f 100644 --- a/src/ui/terminal/terminal-opts.c +++ b/src/ui/terminal/terminal-opts.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008 Free Software Foundation + Copyright (C) 2008, 2010 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include @@ -44,7 +43,6 @@ static const struct argp_option test_options [] = { - {"verbose", 'v', 0, 0, N_("Increase diagnostic verbosity level"), 0}, {"testing-mode", 'T', 0, OPTION_HIDDEN, 0, 0}, { 0, 0, 0, 0, 0, 0 } @@ -58,9 +56,6 @@ parse_test_opts (int key, char *arg, struct argp_state *state) case 'T': settings_set_testing_mode (true); break; - case 'v': - verbose_increment_level (); - break; default: return ARGP_ERR_UNKNOWN; }