From 207fd5018e467aa4e9e06b1d2c737e52dbdd63fe Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sat, 13 Feb 2021 00:00:14 +0000 Subject: [PATCH] Update audiohandler.h --- audiohandler.h | 1 - 1 file changed, 1 deletion(-) diff --git a/audiohandler.h b/audiohandler.h index 19e9c2e..16a0eb0 100644 --- a/audiohandler.h +++ b/audiohandler.h @@ -75,7 +75,6 @@ private: QAudioDeviceInfo deviceInfo; quint16 radioSampleRate; quint8 radioSampleBits; - QTimer* txAudioTimer = Q_NULLPTR; // Send pkt0 packets every 1000ms. };