summaryrefslogtreecommitdiff
path: root/fmrxservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fmrxservice.cpp')
-rw-r--r--fmrxservice.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fmrxservice.cpp b/fmrxservice.cpp
index 750ae8f..1bf18c1 100644
--- a/fmrxservice.cpp
+++ b/fmrxservice.cpp
@@ -6,15 +6,11 @@
#include "fmrxthread.h"
#include "fmrxservice.h"
-// Again, this would be incredibly shorter if QAudioOuput could be used.
-// Unfortunately, it is completely useless in the Harmattan version.
-
struct FmRxPriv
{
FmRxThread *thread;
FmRxProxy *proxy;
FmRxControl *control;
- FmRxRds *rds;
bool active;
double frequency;
quint16 signalLevel;