From ebffd2e3bdb352ff3c9636ccaa367ca363a21f10 Mon Sep 17 00:00:00 2001 From: Afeef Date: Thu, 8 Apr 2021 17:34:52 +0200 Subject: [PATCH] clean up: - FastMode=false and Merging=true by default - Remove unnecessary header file --- src/VTKViewer/VTKViewer_GeometryFilter.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/VTKViewer/VTKViewer_GeometryFilter.cxx b/src/VTKViewer/VTKViewer_GeometryFilter.cxx index e715f0b57..ca245728f 100644 --- a/src/VTKViewer/VTKViewer_GeometryFilter.cxx +++ b/src/VTKViewer/VTKViewer_GeometryFilter.cxx @@ -50,9 +50,6 @@ #include #include #include -#include -#include -#include #include #include @@ -187,8 +184,6 @@ VTKViewer_GeometryFilter if (delegateToVtk) { - FastMode = false; - Merging = true; // get the info objects excluded faces vtkInformation* excInfo = inputVector[1]->GetInformationObject(0); -- 2.39.2