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.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in
index 6671516..a88ef26 100644
--- a/Source/kwsys/CommandLineArguments.hxx.in
+++ b/Source/kwsys/CommandLineArguments.hxx.in
@@ -71,17 +71,6 @@ public:
void* call_data);
typedef int(*ErrorCallbackType)(const char* argument, void* client_data);
- struct CallbackStructure
- {
- const char* Argument;
- int ArgumentType;
- CallbackType Callback;
- void* CallData;
- void* Variable;
- int VariableType;
- const char* Help;
- };
-
/**
* Initialize internal data structures. This should be called before parsing.
*/