summaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-10-15 11:34:58 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-10-15 11:34:58 +0200
commita11802c1690a2ee7b4c7da7e218a200547a9881c (patch)
tree920762964e01aed76148dc3cce0148d29ce84e35 /src/ConfigParser.h
parent4576c71f10dc009ce0dd9aedbc2f81a3e1a8be0e (diff)
downloaddabmux-a11802c1690a2ee7b4c7da7e218a200547a9881c.tar.gz
dabmux-a11802c1690a2ee7b4c7da7e218a200547a9881c.tar.bz2
dabmux-a11802c1690a2ee7b4c7da7e218a200547a9881c.zip
Fix zmq epgm:// input and mpeg enryption
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r--src/ConfigParser.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h
index 1297b90..6399cdd 100644
--- a/src/ConfigParser.h
+++ b/src/ConfigParser.h
@@ -41,10 +41,5 @@
void parse_ptree(boost::property_tree::ptree& pt,
std::shared_ptr<dabEnsemble> ensemble);
-void setup_subchannel_from_ptree(DabSubchannel* subchan,
- boost::property_tree::ptree &pt,
- std::shared_ptr<dabEnsemble> ensemble,
- std::string subchanuid);
-
#endif