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/ConfigParser.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/ConfigParser.h') diff --git a/src/ConfigParser.h b/src/ConfigParser.h index 217572f..1297b90 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -39,14 +39,12 @@ #include void parse_ptree(boost::property_tree::ptree& pt, - std::shared_ptr ensemble, - std::shared_ptr rc); + std::shared_ptr ensemble); void setup_subchannel_from_ptree(DabSubchannel* subchan, boost::property_tree::ptree &pt, std::shared_ptr ensemble, - std::string subchanuid, - std::shared_ptr rc); + std::string subchanuid); #endif -- cgit v1.2.3