From 4147b7a7f629949662f1ee9ebf7371e80dbb82de Mon Sep 17 00:00:00 2001 From: gereon Date: Sun, 2 Dec 2012 10:13:30 +0100 Subject: [PATCH] removing obsolete functions --- src/utility/settings.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/utility/settings.h b/src/utility/settings.h index 537c42edc..647b869f1 100644 --- a/src/utility/settings.h +++ b/src/utility/settings.h @@ -37,20 +37,6 @@ namespace settings { { public: - /*! - * @brief Get option descriptions for commandline options - */ - bpo::options_description& getHelpForCommandline() const { - return this->cli; - } - - /*! - * @brief Get option descriptions for config file options - */ - bpo::options_description& getHelpForConfigfile() const { - return this->conf; - } - /*! * @brief Get value of string option */