mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Remove unneeded bits
This commit is contained in:
@@ -48,7 +48,6 @@ using namespace Tomahawk::InfoSystem;
|
||||
|
||||
FdoNotifyPlugin::FdoNotifyPlugin()
|
||||
: InfoPlugin()
|
||||
, m_arg()
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
m_supportedPushTypes << Tomahawk::InfoSystem::InfoNotifyUser;
|
||||
|
@@ -20,9 +20,6 @@
|
||||
#define FDONOTIFYPLUGIN_H
|
||||
|
||||
#include "infosystem/infosystem.h"
|
||||
#include "infosystem/infosystemworker.h"
|
||||
|
||||
#include <QtDBus/QDBusArgument>
|
||||
|
||||
namespace Tomahawk
|
||||
{
|
||||
@@ -59,9 +56,6 @@ protected slots:
|
||||
Q_UNUSED( input );
|
||||
Q_UNUSED( customData );
|
||||
}
|
||||
|
||||
private:
|
||||
QDBusArgument m_arg;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user