1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-23 02:24:16 -04:00

Remove dead code

This commit is contained in:
Jon Beniston
2022-09-20 21:13:55 +01:00
parent b1ce69fb2b
commit 048d6830d9
4 changed files with 0 additions and 6 deletions
-2
View File
@@ -19,7 +19,6 @@
#ifndef INCLUDE_FEATURE_MAP_H_
#define INCLUDE_FEATURE_MAP_H_
#include <QThread>
#include <QHash>
#include <QNetworkRequest>
#include <QDateTime>
@@ -171,7 +170,6 @@ public:
static const char* const m_featureId;
private:
QThread m_thread;
MapSettings m_settings;
QHash<QObject*, MapSettings::AvailableChannelOrFeature> m_availableChannelOrFeatures;