1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

Remove unused functions

This commit is contained in:
Uwe L. Korn
2014-10-27 19:49:34 +01:00
parent d7799a64e8
commit 4a843cc7eb
2 changed files with 0 additions and 26 deletions

View File

@@ -52,21 +52,6 @@ ZeroconfPlugin::~ZeroconfPlugin()
{
}
const QString
ZeroconfPlugin::name() const
{
return QString( MYNAME );
}
const QString
ZeroconfPlugin::accountName() const
{
return QString( MYNAME );
}
const QString
ZeroconfPlugin::serviceName() const
{
@@ -122,13 +107,6 @@ ZeroconfPlugin::disconnectPlugin()
}
QIcon
ZeroconfPlugin::icon() const
{
return account()->icon();
}
void
ZeroconfPlugin::advertise()
{

View File

@@ -45,10 +45,6 @@ public:
virtual ~ZeroconfPlugin();
const QString name() const;
const QString accountName() const;
QIcon icon() const;
const QString friendlyName() const override;
const QString serviceName() const override;
bool isValid() const override { return true; }