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/SubchannelSource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SubchannelSource.cpp') diff --git a/src/SubchannelSource.cpp b/src/SubchannelSource.cpp index 39b1e07..14d6399 100644 --- a/src/SubchannelSource.cpp +++ b/src/SubchannelSource.cpp @@ -61,7 +61,7 @@ const std::vector& SubchannelSource::get_rules() SubchannelSource::SubchannelSource(eti_STC &stc) : - ModInput(ModFormat(0), ModFormat(stc.getSTL() * 8)), + ModInput(), d_start_address(stc.getStartAddress()), d_framesize(stc.getSTL() * 8), d_protection(stc.TPL) -- cgit v1.2.3