From 90b402944f4e988ec5c81874f0a3e8cbca947fe0 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 24 Sep 2024 08:53:41 +0200 Subject: [PATCH] Remove unnecessary callback --- k4Reco/DDPlanarDigi/components/DDPlanarDigi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/k4Reco/DDPlanarDigi/components/DDPlanarDigi.h b/k4Reco/DDPlanarDigi/components/DDPlanarDigi.h index 48ff41e..266e3e4 100644 --- a/k4Reco/DDPlanarDigi/components/DDPlanarDigi.h +++ b/k4Reco/DDPlanarDigi/components/DDPlanarDigi.h @@ -134,8 +134,6 @@ struct DDPlanarDigi final SmartIF m_geoSvc; SmartIF m_uidSvc; -public: - void registerCallBack(Gaudi::StateMachine::Transition, std::function) {} }; DECLARE_COMPONENT(DDPlanarDigi)