summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-12-12 14:40:21 -0500
committerKen Martin <ken.martin@kitware.com>2006-12-12 14:40:21 -0500
commited4d2ec51e6e28be0daefe263df998b176adb980 (patch)
tree6d4311028d069c6e0a86a0eb55c2ca26bf830b1b /Source/cmCommands.cxx
parentaf2b0e023ab7852038ff7c06281dee48a445eeaa (diff)
downloadcmake-ed4d2ec51e6e28be0daefe263df998b176adb980.tar.gz
ENH: remove old commands
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index ec6f84b497..ac188be254 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);