summaryrefslogtreecommitdiffstats
path: root/src/FicSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/FicSource.cpp')
-rw-r--r--src/FicSource.cpp4
1 files changed, 1 insertions, 3 deletions
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<PuncturingRule*>& 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);
}