From ac7a7dffc31afe8a20a51db4ab7749bf4fdea67c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 21 Dec 2008 09:56:05 +0000 Subject: more mpris methods support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@697 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/mpris/mpris.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/plugins/General/mpris/mpris.cpp') 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; -} -- cgit v1.2.3-13-gbd6f