From f5d9778ff11946f13708cae1c1d81e6aabda4c62 Mon Sep 17 00:00:00 2001 From: dimitra97 Date: Mon, 22 May 2023 12:48:00 +0300 Subject: [PATCH] Remove some actsvg includes not needed now --- .../Navigation/IndexedSurfacesNavigationTests.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Tests/UnitTests/Core/Navigation/IndexedSurfacesNavigationTests.cpp b/Tests/UnitTests/Core/Navigation/IndexedSurfacesNavigationTests.cpp index ceda16a15e4..d9ec6fec3d9 100644 --- a/Tests/UnitTests/Core/Navigation/IndexedSurfacesNavigationTests.cpp +++ b/Tests/UnitTests/Core/Navigation/IndexedSurfacesNavigationTests.cpp @@ -36,9 +36,6 @@ #include "Acts/Visualization/ObjVisualization3D.hpp" #include "ActsExamples/Geant4Detector/Geant4Detector.hpp" #include "ActsExamples/MuonSpectrometerMockupDetector/MockupSectorBuilder.hpp" -#include "actsvg/display/geometry.hpp" -#include "actsvg/proto/cluster.hpp" -#include "actsvg/proto/surface.hpp" #include #include @@ -48,14 +45,6 @@ using namespace Acts; using namespace ActsExamples; using namespace Acts::Experimental; -struct StrawSelector { - /// Call operator - /// @param sf The input surface to be checked - bool operator()(const Surface& sf) const { - return (sf.type() == Surface::Straw); - } -}; - // A test context Acts::GeometryContext tgContext; Acts::MagneticFieldContext mfContext;