Commit e74046c9 authored by Gus Grubba's avatar Gus Grubba

Remove unused code

parent 855bd8a3
......@@ -37,7 +37,6 @@ public:
MainToolBarController(QObject* parent = NULL);
~MainToolBarController();
Q_PROPERTY(double height MEMBER _toolbarHeight NOTIFY heightChanged)
Q_PROPERTY(int telemetryRRSSI READ telemetryRRSSI NOTIFY telemetryRRSSIChanged)
Q_PROPERTY(int telemetryLRSSI READ telemetryLRSSI NOTIFY telemetryLRSSIChanged)
Q_PROPERTY(unsigned int telemetryRXErrors READ telemetryRXErrors NOTIFY telemetryRXErrorsChanged)
......@@ -82,8 +81,6 @@ private:
uint32_t _telemetryLNoise;
uint32_t _telemetryRNoise;
double _toolbarHeight;
QStringList _toolbarMessageQueue;
QMutex _toolbarMessageQueueMutex;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment