summaryrefslogtreecommitdiffstats
path: root/src/TimeInterleaver.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-25 14:11:26 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-25 14:11:26 +0100
commitb5fd4a6ab6ac92af2141233f802e71c861cd89f4 (patch)
tree1be362d5b0bbe9abe410a8647a5b79050846cbce /src/TimeInterleaver.cpp
parente919a3b2cdfd22ac15b34d2212b46ec8650a5e71 (diff)
downloaddabmod-b5fd4a6ab6ac92af2141233f802e71c861cd89f4.tar.gz
dabmod-b5fd4a6ab6ac92af2141233f802e71c861cd89f4.tar.bz2
dabmod-b5fd4a6ab6ac92af2141233f802e71c861cd89f4.zip
Remove ModFormat
Diffstat (limited to 'src/TimeInterleaver.cpp')
-rw-r--r--src/TimeInterleaver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TimeInterleaver.cpp b/src/TimeInterleaver.cpp
index 2bd4b6c..7f44caf 100644
--- a/src/TimeInterleaver.cpp
+++ b/src/TimeInterleaver.cpp
@@ -28,7 +28,7 @@
TimeInterleaver::TimeInterleaver(size_t framesize)
throw (std::invalid_argument) :
- ModCodec(ModFormat(framesize), ModFormat(framesize)),
+ ModCodec(),
d_framesize(framesize)
{
PDEBUG("TimeInterleaver::TimeInterleaver(%zu) @ %p\n", framesize, this);