From f3ddc376291262a6b305cc2b0a52792abdc7c85c Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 25 May 2017 16:52:13 -0700 Subject: binding: remove non-binding lightmediascanner detection Switch to binding over raw DBus commands for media detection. Bug-AGL: SPEC-610 Change-Id: Icf924000d721d92a1056962e55f5c2c75f159ee5 Signed-off-by: Matt Ranostay --- app/dbus.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/dbus.h') diff --git a/app/dbus.h b/app/dbus.h index 2dd6e34..d857f1a 100644 --- a/app/dbus.h +++ b/app/dbus.h @@ -35,7 +35,6 @@ class DbusService : public QObject { public: explicit DbusService(QObject *parent = 0); - bool enableLMS(); bool enableBluetooth(); Q_INVOKABLE void processQMLEvent(const QString&); Q_INVOKABLE long getCurrentPosition(); @@ -59,8 +58,6 @@ signals: void updatePlayerStatus(const QString status); private slots: - void lmsUpdate(const QString&, const QVariantMap&, const QStringList&); - void mediaRemoved(const QDBusObjectPath&); void newBluetoothDevice(const QDBusObjectPath&, const QVariantMap&); void removeBluetoothDevice(const QDBusObjectPath&, const QStringList&); void processBluetoothEvent(const QString&, const QVariantMap&, const QStringList&); -- cgit 1.2.3-korg