diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-12-12 19:40:21 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-12-12 19:40:21 (GMT) |
commit | ed4d2ec51e6e28be0daefe263df998b176adb980 (patch) | |
tree | 6d4311028d069c6e0a86a0eb55c2ca26bf830b1b /Source/cmCommands.cxx | |
parent | af2b0e023ab7852038ff7c06281dee48a445eeaa (diff) | |
download | CMake-ed4d2ec51e6e28be0daefe263df998b176adb980.zip CMake-ed4d2ec51e6e28be0daefe263df998b176adb980.tar.gz CMake-ed4d2ec51e6e28be0daefe263df998b176adb980.tar.bz2 |
ENH: remove old commands
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index ec6f84b..ac188be 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -52,10 +52,6 @@ #include "cmSubdirDependsCommand.cxx" #include "cmUseMangledMesaCommand.cxx" #include "cmUtilitySourceCommand.cxx" -#include "cmVTKMakeInstantiatorCommand.cxx" -#include "cmVTKWrapJavaCommand.cxx" -#include "cmVTKWrapPythonCommand.cxx" -#include "cmVTKWrapTclCommand.cxx" #include "cmVariableRequiresCommand.cxx" #include "cmWhileCommand.cxx" #include "cmWriteFileCommand.cxx" @@ -110,10 +106,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands.push_back(new cmSubdirDependsCommand); commands.push_back(new cmUseMangledMesaCommand); commands.push_back(new cmUtilitySourceCommand); - commands.push_back(new cmVTKMakeInstantiatorCommand); - commands.push_back(new cmVTKWrapJavaCommand); - commands.push_back(new cmVTKWrapPythonCommand); - commands.push_back(new cmVTKWrapTclCommand); commands.push_back(new cmVariableRequiresCommand); commands.push_back(new cmWhileCommand); commands.push_back(new cmWriteFileCommand); |