Browse Source

Remove unused code

QGC4.4
Gus Grubba 8 years ago
parent
commit
e74046c97d
  1. 3
      src/ui/toolbar/MainToolBarController.h

3
src/ui/toolbar/MainToolBarController.h

@ -37,7 +37,6 @@ public: @@ -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: @@ -82,8 +81,6 @@ private:
uint32_t _telemetryLNoise;
uint32_t _telemetryRNoise;
double _toolbarHeight;
QStringList _toolbarMessageQueue;
QMutex _toolbarMessageQueueMutex;
};

Loading…
Cancel
Save