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:
@@ -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()
|
||||
{
|
||||
|
@@ -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; }
|
||||
|
Reference in New Issue
Block a user