diff options
Diffstat (limited to 'src/global.cc')
-rw-r--r-- | src/global.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/global.cc b/src/global.cc index 602e216c..bf1f453c 100644 --- a/src/global.cc +++ b/src/global.cc @@ -321,9 +321,6 @@ option_t<global_scope_t> * global_scope_t::lookup_option(const char * p) break; case 'h': OPT_(help); - else OPT(help_calc); - else OPT(help_comm); - else OPT(help_disp); break; case 'i': OPT(init_file_); |