diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-15 13:22:34 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-15 13:22:34 (GMT) |
commit | 1ebc0709f1eceff56f81ccbb67d9acec15b79398 (patch) | |
tree | 5bfc9323e82b0091d431d81f530e2efbbdc115e7 /Source/kwsys/CommandLineArguments.hxx.in | |
parent | 785371af59ddc353a6af81d11bf0ec81c2488f53 (diff) | |
download | CMake-1ebc0709f1eceff56f81ccbb67d9acec15b79398.zip CMake-1ebc0709f1eceff56f81ccbb67d9acec15b79398.tar.gz CMake-1ebc0709f1eceff56f81ccbb67d9acec15b79398.tar.bz2 |
ENH: Move callback structure out of the public interface. Also block the warning on Visual Studio Debug
Diffstat (limited to 'Source/kwsys/CommandLineArguments.hxx.in')
-rw-r--r-- | Source/kwsys/CommandLineArguments.hxx.in | 11 |
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. */ |