diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-03 08:51:42 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-03 08:51:42 +0200 |
commit | 85853c4ae5e48359feac44370b4c0f05fbb23147 (patch) | |
tree | c8f72bf013f6a9b687c5c5d0f4622f24a3cff983 /src/ConfigParser.h | |
parent | 93cb9dc6d1492ac2ed58c24a016b579813177a13 (diff) | |
download | dabmux-85853c4ae5e48359feac44370b4c0f05fbb23147.tar.gz dabmux-85853c4ae5e48359feac44370b4c0f05fbb23147.tar.bz2 dabmux-85853c4ae5e48359feac44370b4c0f05fbb23147.zip |
Move some EDI things around
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, |