From 81e6046a99f30b7d4fb596b68eea55ab9de2a627 Mon Sep 17 00:00:00 2001 From: John Biddiscombe Date: Fri, 22 Jun 2001 14:23:31 -0400 Subject: [PATCH] ERR: Serious problems with my CVS. How did this get committed? --- Source/cmCommands.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index d09121ef2..71cea1ecf 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -51,9 +51,6 @@ #include "cmVTKWrapPythonCommand.cxx" #include "cmVTKWrapTclCommand.cxx" #include "cmWrapExcludeFilesCommand.cxx" -// Begin Special JB addition -#include "cmVTKWrapGUICommand.cxx" -// End Special JB addition void GetPredefinedCommands(std::list& commands) { @@ -105,9 +102,6 @@ void GetPredefinedCommands(std::list& commands) commands.push_back(new cmVTKWrapPythonCommand); commands.push_back(new cmVTKWrapTclCommand); commands.push_back(new cmWrapExcludeFilesCommand); -// Begin Special JB addition - commands.push_back(new cmVTKWrapGUICommand); -// End Special JB addition }