瀏覽代碼

ERR: Serious problems with my CVS. How did this get committed?

John Biddiscombe 24 年之前
父節點
當前提交
81e6046a99
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      Source/cmCommands.cxx

+ 0 - 6
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
 }