summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorJohn Biddiscombe <jbiddiscombe@skippingmouse.co.uk>2001-06-22 14:23:31 -0400
committerJohn Biddiscombe <jbiddiscombe@skippingmouse.co.uk>2001-06-22 14:23:31 -0400
commit81e6046a99f30b7d4fb596b68eea55ab9de2a627 (patch)
tree0e73b3d0ef89f8a8fa2663c291e2a6a8253b88c6 /Source/cmCommands.cxx
parent373c1663cffbc5c4ca7230f05465ce0f4207430c (diff)
downloadcmake-81e6046a99f30b7d4fb596b68eea55ab9de2a627.tar.gz
ERR: Serious problems with my CVS. How did this get committed?
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index d09121ef2d..71cea1ecf3 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
}