summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmCommands.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index d09121e..71cea1e 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<cmCommand*>& commands)
{
@@ -105,9 +102,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& 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
}