diff options
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r-- | src/ConfigParser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h index e2dc6ce..1eec783 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -40,8 +40,7 @@ void parse_ptree(boost::property_tree::ptree& pt, boost::shared_ptr<dabEnsemble> ensemble, - boost::shared_ptr<BaseRemoteController> rc, - edi_configuration_t* edi); + boost::shared_ptr<BaseRemoteController> rc); void setup_subchannel_from_ptree(dabSubchannel* subchan, boost::property_tree::ptree &pt, |