From e74046c97d166bd453c5675e566f9b186f9fdb9d Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Mon, 30 Jan 2017 19:21:22 -0500 Subject: [PATCH] Remove unused code --- src/ui/toolbar/MainToolBarController.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ui/toolbar/MainToolBarController.h b/src/ui/toolbar/MainToolBarController.h index 19fb78e..c8f42b2 100644 --- a/src/ui/toolbar/MainToolBarController.h +++ b/src/ui/toolbar/MainToolBarController.h @@ -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; };