From e500dd4b779594cdc391c9e016fde1131e901316 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 10 Sep 2002 09:51:14 -0400 Subject: ERR: Removed accidental commit. --- Source/cmCommands.cxx | 2 -- 1 file changed, 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& 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); -- cgit v0.12