summaryrefslogtreecommitdiff
path: root/fmrxservice.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <javier@javispedro.com>2012-02-13 21:19:14 +0100
committerJavier S. Pedro <javier@javispedro.com>2012-02-13 21:19:14 +0100
commit25d479dac126e5b91b4bec90bf36d9d8c9371775 (patch)
tree09f60cbf3e652047cac8faf6cbbbbe853081e660 /fmrxservice.cpp
parentcd71055f14b70284d8bd3eb35fadc15b36ba0780 (diff)
downloadfmrx-qt-master.tar.gz
fmrx-qt-master.zip
cleaning some leftoversHEADmaster
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;