diff --git a/Libs/MRML/Core/vtkMRMLScene.cxx b/Libs/MRML/Core/vtkMRMLScene.cxx index 73719071007..a1d8e0be375 100644 --- a/Libs/MRML/Core/vtkMRMLScene.cxx +++ b/Libs/MRML/Core/vtkMRMLScene.cxx @@ -22,7 +22,6 @@ Version: $Revision: 1.18 $ #include "vtkMRMLCameraNode.h" #include "vtkMRMLClipModelsNode.h" #include "vtkMRMLClipNode.h" -#include "vtkMRMLColorNode.h" #include "vtkMRMLColorTableNode.h" #include "vtkMRMLColorTableStorageNode.h" #include "vtkMRMLCrosshairNode.h" @@ -192,7 +191,6 @@ vtkMRMLScene::vtkMRMLScene() this->RegisterNodeClass(vtkSmartPointer::New()); this->RegisterNodeClass(vtkSmartPointer::New()); this->RegisterNodeClass(vtkSmartPointer::New()); - this->RegisterNodeClass(vtkSmartPointer::New()); this->RegisterNodeClass(vtkSmartPointer::New()); this->RegisterNodeClass(vtkSmartPointer::New()); this->RegisterNodeClass(vtkSmartPointer::New());