diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-29 07:00:19 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-29 07:00:19 +0100 |
commit | 02c6e85a988149a2ee5d3f54e5120b664c5d6716 (patch) | |
tree | 34ee52f625deb2490cc47eef68c4645fbda8febc /src/TII.h | |
parent | a62e05c9564045044df734fd3723b3f665ad91ae (diff) | |
download | dabmod-02c6e85a988149a2ee5d3f54e5120b664c5d6716.tar.gz dabmod-02c6e85a988149a2ee5d3f54e5120b664c5d6716.tar.bz2 dabmod-02c6e85a988149a2ee5d3f54e5120b664c5d6716.zip |
Shorten TII name() printout
Diffstat (limited to 'src/TII.h')
-rw-r--r-- | src/TII.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -84,9 +84,6 @@ class TII : public ModCodec, public RemoteControllable { public: TII(unsigned int dabmode, const tii_config_t& tii_config, unsigned phase); - virtual ~TII(); - TII(const TII&) = delete; - TII& operator=(const TII&) = delete; int process(Buffer* dataIn, Buffer* dataOut); const char* name(); @@ -128,4 +125,3 @@ class TII : public ModCodec, public RemoteControllable std::vector<bool> m_enabled_carriers; }; - |