diff options
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index 7f48827..289c35a 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -280,15 +280,6 @@ public: }; -class SubchannelId : public std::binary_function <DabSubchannel*, int, bool> { -public: - bool operator()(const DabSubchannel* subchannel, const int id) const { - return subchannel->id == id; - } -}; - - - struct dabAudioComponent { dabAudioComponent() : |