summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.hxx.in
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/CommandLineArguments.hxx.in')
-rw-r--r--Source/kwsys/CommandLineArguments.hxx.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in
index db5ffc7..b8e36cc 100644
--- a/Source/kwsys/CommandLineArguments.hxx.in
+++ b/Source/kwsys/CommandLineArguments.hxx.in
@@ -192,22 +192,6 @@ public:
kwsys_stl::string* variable, const char* help);
/**
- * Add handler for boolean argument. The argument does not take any option
- * and if it is specified, the value of the variable is true/1, otherwise it
- * is false/0. This will handle the multi argument values.
- */
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<bool>* variable, const char* help);
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<int>* variable, const char* help);
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<double>* variable, const char* help);
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<char*>* variable, const char* help);
- void AddBooleanArgument(const char* argument,
- kwsys_stl::vector<kwsys_stl::string>* variable, const char* help);
-
- /**
* Set the callbacks for error handling.
*/
void SetClientData(void* client_data);