Skip to content

Commit

Permalink
COMP: Fix build by removing the abstract color node from scene regist…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
cpinter committed Feb 4, 2025
1 parent a4eb645 commit 7d41b08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Libs/MRML/Core/vtkMRMLScene.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -192,7 +191,6 @@ vtkMRMLScene::vtkMRMLScene()
this->RegisterNodeClass(vtkSmartPointer<vtkMRMLCameraNode>::New());
this->RegisterNodeClass(vtkSmartPointer<vtkMRMLClipModelsNode>::New());
this->RegisterNodeClass(vtkSmartPointer<vtkMRMLClipNode>::New());
this->RegisterNodeClass(vtkSmartPointer<vtkMRMLColorNode>::New());
this->RegisterNodeClass(vtkSmartPointer<vtkMRMLColorTableNode>::New());
this->RegisterNodeClass(vtkSmartPointer<vtkMRMLColorTableStorageNode>::New());
this->RegisterNodeClass(vtkSmartPointer<vtkMRMLCrosshairNode>::New());
Expand Down

0 comments on commit 7d41b08

Please sign in to comment.