From ee0db2ebbc3e0e9d6a50e8ab3fd108d903afed2a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 1 Apr 2016 13:24:56 +0200 Subject: Remove incomplete setptree ManagementServer command --- src/DabMultiplexer.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/DabMultiplexer.cpp') diff --git a/src/DabMultiplexer.cpp b/src/DabMultiplexer.cpp index a557db0..c560c96 100644 --- a/src/DabMultiplexer.cpp +++ b/src/DabMultiplexer.cpp @@ -83,20 +83,6 @@ DabMultiplexer::DabMultiplexer( "Set to 1 to use the new carousel"); } -void DabMultiplexer::update_config(boost::property_tree::ptree pt) -{ - ensemble_next = std::make_shared(); - - m_pt_next = pt; - - reconfigure(); -} - -void DabMultiplexer::reconfigure() -{ - parse_ptree(m_pt_next, ensemble_next, m_rc); -} - void DabMultiplexer::set_edi_config(const edi_configuration_t& new_edi_conf) { edi_conf = new_edi_conf; -- cgit v1.2.3