From b5fd4a6ab6ac92af2141233f802e71c861cd89f4 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 25 Dec 2016 14:11:26 +0100 Subject: Remove ModFormat --- src/FicSource.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/FicSource.cpp') diff --git a/src/FicSource.cpp b/src/FicSource.cpp index b106955..64bd1a7 100644 --- a/src/FicSource.cpp +++ b/src/FicSource.cpp @@ -35,7 +35,7 @@ const std::vector& FicSource::get_rules() FicSource::FicSource(eti_FC &fc) : - ModInput(ModFormat(0), ModFormat(0)) + ModInput() { // PDEBUG("FicSource::FicSource(...)\n"); // PDEBUG(" Start address: %i\n", d_start_address); @@ -58,8 +58,6 @@ FicSource::FicSource(eti_FC &fc) : d_puncturing_rules.push_back(new PuncturingRule(3 * 16, 0xeeeeeeec)); } d_buffer.setLength(d_framesize); - - myOutputFormat.size(d_framesize); } -- cgit v1.2.3