From 49ecb543bc696204137a8581180a7ba28e33fe8f Mon Sep 17 00:00:00 2001
From: Udo Eisenbarth <u.eisenbarth@gsi.de>
Date: Tue, 22 Oct 2024 13:48:48 +0200
Subject: [PATCH] Fix warnings.

---
 opossum/examples/ghost_focus.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opossum/examples/ghost_focus.rs b/opossum/examples/ghost_focus.rs
index 52e1a115..55e3f034 100644
--- a/opossum/examples/ghost_focus.rs
+++ b/opossum/examples/ghost_focus.rs
@@ -1,11 +1,11 @@
 use opossum::{
-    analyzers::{AnalyzerType, GhostFocusConfig, RayTraceConfig},
+    analyzers::{AnalyzerType, GhostFocusConfig},
     coatings::CoatingType,
     degree,
     error::OpmResult,
     joule, millimeter,
     nodes::{
-        collimated_line_ray_source, round_collimated_ray_source, Lens, NodeGroup, SpotDiagram,
+        round_collimated_ray_source, Lens, NodeGroup, SpotDiagram,
         Wedge,
     },
     optic_node::{Alignable, OpticNode},
-- 
GitLab