removed old added new

This commit is contained in:
Ken Martin 2001-06-12 11:12:00 -04:00
parent 0faf289dfa
commit cdf786f9f8
1 changed files with 0 additions and 2 deletions

View File

@ -56,7 +56,6 @@
#include "cmSourceGroupCommand.cxx"
#include "cmSubdirCommand.cxx"
#include "cmTargetLinkLibrariesCommand.cxx"
#include "cmTestsCommand.cxx"
#include "cmUtilitySourceCommand.cxx"
#include "cmVTKWrapJavaCommand.cxx"
#include "cmVTKWrapPythonCommand.cxx"
@ -115,7 +114,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmSourceGroupCommand);
commands.push_back(new cmSubdirCommand);
commands.push_back(new cmTargetLinkLibrariesCommand);
commands.push_back(new cmTestsCommand);
commands.push_back(new cmUtilitySourceCommand);
commands.push_back(new cmVTKWrapJavaCommand);
commands.push_back(new cmVTKWrapPythonCommand);