mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
Remove unused functions
This commit is contained in:
@@ -52,21 +52,6 @@ ZeroconfPlugin::~ZeroconfPlugin()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const QString
|
|
||||||
ZeroconfPlugin::name() const
|
|
||||||
{
|
|
||||||
return QString( MYNAME );
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
const QString
|
|
||||||
ZeroconfPlugin::accountName() const
|
|
||||||
{
|
|
||||||
return QString( MYNAME );
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
const QString
|
const QString
|
||||||
ZeroconfPlugin::serviceName() const
|
ZeroconfPlugin::serviceName() const
|
||||||
{
|
{
|
||||||
@@ -122,13 +107,6 @@ ZeroconfPlugin::disconnectPlugin()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QIcon
|
|
||||||
ZeroconfPlugin::icon() const
|
|
||||||
{
|
|
||||||
return account()->icon();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ZeroconfPlugin::advertise()
|
ZeroconfPlugin::advertise()
|
||||||
{
|
{
|
||||||
|
@@ -45,10 +45,6 @@ public:
|
|||||||
|
|
||||||
virtual ~ZeroconfPlugin();
|
virtual ~ZeroconfPlugin();
|
||||||
|
|
||||||
const QString name() const;
|
|
||||||
const QString accountName() const;
|
|
||||||
QIcon icon() const;
|
|
||||||
|
|
||||||
const QString friendlyName() const override;
|
const QString friendlyName() const override;
|
||||||
const QString serviceName() const override;
|
const QString serviceName() const override;
|
||||||
bool isValid() const override { return true; }
|
bool isValid() const override { return true; }
|
||||||
|
Reference in New Issue
Block a user