diff options
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r-- | src/DabMultiplexer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index 88e0cb2..ab56090 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -66,8 +66,6 @@ class DabMultiplexer : public RemoteControllable { void print_info(void); - void update_config(boost::property_tree::ptree pt); - void set_edi_config(const edi_configuration_t& new_edi_conf); /* Remote control */ @@ -81,7 +79,6 @@ class DabMultiplexer : public RemoteControllable { void prepare_subchannels(void); void prepare_services_components(void); void prepare_data_inputs(void); - void reconfigure(void); boost::property_tree::ptree m_pt; std::shared_ptr<BaseRemoteController> m_rc; @@ -98,10 +95,6 @@ class DabMultiplexer : public RemoteControllable { std::shared_ptr<dabEnsemble> ensemble; - // Multiplex reconfiguration requires two sets of configurations - boost::property_tree::ptree m_pt_next; - std::shared_ptr<dabEnsemble> ensemble_next; - ClockTAI m_clock_tai; #if HAVE_OUTPUT_EDI |