From a25d4719c975f1b114ace724e030f9832b414fcd Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 22 Jun 2011 17:56:42 -0400 Subject: [PATCH] Remove unneeded bits --- .../infosystem/infoplugins/unix/fdonotifyplugin.cpp | 1 - .../infosystem/infoplugins/unix/fdonotifyplugin.h | 6 ------ 2 files changed, 7 deletions(-) diff --git a/src/libtomahawk/infosystem/infoplugins/unix/fdonotifyplugin.cpp b/src/libtomahawk/infosystem/infoplugins/unix/fdonotifyplugin.cpp index 0bc778591..c0b7f9d0d 100644 --- a/src/libtomahawk/infosystem/infoplugins/unix/fdonotifyplugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/unix/fdonotifyplugin.cpp @@ -48,7 +48,6 @@ using namespace Tomahawk::InfoSystem; FdoNotifyPlugin::FdoNotifyPlugin() : InfoPlugin() - , m_arg() { qDebug() << Q_FUNC_INFO; m_supportedPushTypes << Tomahawk::InfoSystem::InfoNotifyUser; diff --git a/src/libtomahawk/infosystem/infoplugins/unix/fdonotifyplugin.h b/src/libtomahawk/infosystem/infoplugins/unix/fdonotifyplugin.h index 1778ccbcd..87cc2ba61 100644 --- a/src/libtomahawk/infosystem/infoplugins/unix/fdonotifyplugin.h +++ b/src/libtomahawk/infosystem/infoplugins/unix/fdonotifyplugin.h @@ -20,9 +20,6 @@ #define FDONOTIFYPLUGIN_H #include "infosystem/infosystem.h" -#include "infosystem/infosystemworker.h" - -#include namespace Tomahawk { @@ -59,9 +56,6 @@ protected slots: Q_UNUSED( input ); Q_UNUSED( customData ); } - -private: - QDBusArgument m_arg; }; }