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/TII.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/TII.cpp') diff --git a/src/TII.cpp b/src/TII.cpp index 00106ed..15e5b4a 100644 --- a/src/TII.cpp +++ b/src/TII.cpp @@ -107,7 +107,7 @@ const int pattern_tm1_2_4[][8] = { // {{{ {1,1,1,1,0,0,0,0} }; // }}} TII::TII(unsigned int dabmode, tii_config_t& tii_config) : - ModCodec(ModFormat(0), ModFormat(0)), + ModCodec(), RemoteControllable("tii"), m_dabmode(dabmode), m_conf(tii_config), @@ -156,8 +156,6 @@ TII::TII(unsigned int dabmode, tii_config_t& tii_config) : m_dataIn.clear(); m_dataIn.resize(m_carriers); prepare_pattern(); - - myOutputFormat.size(m_carriers * sizeof(complexf)); } -- cgit v1.2.3