From b0f2bade7a34aaff6573c81d9875d321dd889370 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Oct 2016 16:00:38 +0200 Subject: Rework remotecontrol --- src/DabMultiplexer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/DabMultiplexer.h') diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index e069da5..0d008be 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -55,7 +55,6 @@ class DabMultiplexer : public RemoteControllable { public: DabMultiplexer( - std::shared_ptr rc, boost::property_tree::ptree pt); void prepare(void); @@ -80,7 +79,6 @@ class DabMultiplexer : public RemoteControllable { void prepare_data_inputs(void); boost::property_tree::ptree m_pt; - std::shared_ptr m_rc; unsigned timestamp; bool MNSC_increment_time; -- cgit v1.2.3