Skip to content

Commit

Permalink
Remove some actsvg includes not needed now
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitra97 authored and Dimitra Amperiadou committed Jul 26, 2023
1 parent 48ebf07 commit f5d9778
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Tests/UnitTests/Core/Navigation/IndexedSurfacesNavigationTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <array>
#include <memory>
Expand All @@ -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;
Expand Down

0 comments on commit f5d9778

Please sign in to comment.