summaryrefslogtreecommitdiffstats
path: root/src/DabMultiplexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DabMultiplexer.cpp')
-rw-r--r--src/DabMultiplexer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DabMultiplexer.cpp b/src/DabMultiplexer.cpp
index 4a3234e..1a2b238 100644
--- a/src/DabMultiplexer.cpp
+++ b/src/DabMultiplexer.cpp
@@ -119,10 +119,6 @@ void DabMultiplexer::set_edi_config(const edi_configuration_t& new_edi_conf)
etiLog.log(info, "EDI set up");
}
- // The TagPacket will then be placed into an AFPacket
- AFPacketiser afPacketiser;
- edi_afPacketiser = afPacketiser;
-
// The AF Packet will be protected with reed-solomon and split in fragments
PFT pft(edi_conf);
edi_pft = pft;