aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/mpris.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/mpris/mpris.cpp')
-rw-r--r--src/plugins/General/mpris/mpris.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/plugins/General/mpris/mpris.cpp b/src/plugins/General/mpris/mpris.cpp
index 40c43cf73..4c6474311 100644
--- a/src/plugins/General/mpris/mpris.cpp
+++ b/src/plugins/General/mpris/mpris.cpp
@@ -36,10 +36,6 @@ MPRIS::MPRIS(QObject *parent)
connection.registerObject("/Player", player, QDBusConnection::ExportAllContents);
connection.registerObject("/", root, QDBusConnection::ExportAllContents);
connection.registerService("org.mpris.qmmp");
- m_left = 0;
- m_right = 0;
- m_time = 0;
- //m_state = General::Stopped;
}
@@ -47,13 +43,4 @@ MPRIS::~MPRIS()
{
}
-int MPRIS::leftVolume()
-{
- return m_left;
-}
-
-int MPRIS::rightVolume()
-{
- return m_right;
-}