summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-09-10 13:51:14 (GMT)
committerBrad King <brad.king@kitware.com>2002-09-10 13:51:14 (GMT)
commite500dd4b779594cdc391c9e016fde1131e901316 (patch)
treef3bd6e0ddbf52079bb8d3f9c71afe178d6d436cf /Source/cmCommands.cxx
parent722f923a9e9391dc385c303039c97520688883f5 (diff)
downloadCMake-e500dd4b779594cdc391c9e016fde1131e901316.zip
CMake-e500dd4b779594cdc391c9e016fde1131e901316.tar.gz
CMake-e500dd4b779594cdc391c9e016fde1131e901316.tar.bz2
ERR: Removed accidental commit.
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index b2cc50c..7517bf0 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -80,7 +80,6 @@
#include "cmUseMangledMesaCommand.cxx"
#include "cmUtilitySourceCommand.cxx"
#include "cmVariableRequiresCommand.cxx"
-#include "cmVTKCableWrapTclCommand.cxx"
#include "cmVTKMakeInstantiatorCommand.cxx"
#include "cmVTKWrapJavaCommand.cxx"
#include "cmVTKWrapPythonCommand.cxx"
@@ -163,7 +162,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmUseMangledMesaCommand);
commands.push_back(new cmUtilitySourceCommand);
commands.push_back(new cmVariableRequiresCommand);
- commands.push_back(new cmVTKCableWrapTclCommand);
commands.push_back(new cmVTKMakeInstantiatorCommand);
commands.push_back(new cmVTKWrapJavaCommand);
commands.push_back(new cmVTKWrapPythonCommand);