From 4797ac4355e0c2d9c23ae4fb1d60ac5751c8347c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 13 Feb 2019 10:11:01 +0100 Subject: Remove references to nonfunctional FIDC --- src/MuxElements.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/MuxElements.h') diff --git a/src/MuxElements.h b/src/MuxElements.h index b2be73f..78055b4 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -61,7 +61,6 @@ enum class subchannel_type_t { DABAudio = 0, DABPlusAudio = 1, DataDmb = 2, - Fidc = 3, Packet = 4 }; @@ -354,9 +353,6 @@ struct dabDataComponent { }; -struct dabFidcComponent { -}; - struct dabPacketComponent { uint16_t id = 0; @@ -385,7 +381,6 @@ class DabComponent : public RemoteControllable dabAudioComponent audio; dabDataComponent data; - dabFidcComponent fidc; dabPacketComponent packet; bool isPacketComponent(vec_sp_subchannel& subchannels) const; -- cgit v1.2.3