diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 12:18:30 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 12:18:30 +0100 |
commit | 7ab5c97051108d9d752896798efe0886573e730e (patch) | |
tree | 143ceda74b21ca519bd099395d8f4c6455d000b5 /src/ConfigParser.cpp | |
parent | 7512c84d0cd7d9b1a3733e84280864f5a989b51e (diff) | |
download | dabmux-7ab5c97051108d9d752896798efe0886573e730e.tar.gz dabmux-7ab5c97051108d9d752896798efe0886573e730e.tar.bz2 dabmux-7ab5c97051108d9d752896798efe0886573e730e.zip |
Remove dabInputTest
Diffstat (limited to 'src/ConfigParser.cpp')
-rw-r--r-- | src/ConfigParser.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp index aee86fc..d5c55ae 100644 --- a/src/ConfigParser.cpp +++ b/src/ConfigParser.cpp @@ -60,7 +60,6 @@ #include "dabInputEnhancedPacketFile.h" #include "dabInputEnhancedFifo.h" #include "dabInputUdp.h" -#include "dabInputTest.h" #include "dabInputPrbs.h" #include "dabInputRawFile.h" #include "dabInputRawFifo.h" @@ -742,12 +741,6 @@ static void setup_subchannel_from_ptree(DabSubchannel* subchan, subchan->type = subchannel_type_t::DataDmb; subchan->bitrate = DEFAULT_DATA_BITRATE; -#if defined(HAVE_INPUT_TEST) && defined(HAVE_FORMAT_RAW) - } else if (type == "test") { - subchan->type = subchannel_type_t::DataDmb; - subchan->bitrate = DEFAULT_DATA_BITRATE; - operations = dabInputTestOperations; -#endif // defined(HAVE_INPUT_TEST)) && defined(HAVE_FORMAT_RAW) #ifdef HAVE_FORMAT_PACKET } else if (type == "packet") { subchan->type = subchannel_type_t::Packet; |