init() is not used here, don't bother with it

This commit is contained in:
Aaron Seigo 2011-05-05 14:52:55 +02:00
parent 520b45630d
commit b55e308e7d
2 changed files with 0 additions and 5 deletions

View File

@ -84,10 +84,6 @@ void RemoteDataEngine::initRemoteService(const QString &source, RemoteService *s
} }
} }
void RemoteDataEngine::init()
{
}
void RemoteDataEngine::serviceReady(Plasma::Service *service) void RemoteDataEngine::serviceReady(Plasma::Service *service)
{ {
m_service = service; m_service = service;

View File

@ -42,7 +42,6 @@ public:
void setLocation(KUrl location); void setLocation(KUrl location);
protected: protected:
void init();
QStringList sources() const; QStringList sources() const;
bool updateSourceEvent(const QString &source); bool updateSourceEvent(const QString &source);
bool sourceRequestEvent(const QString &source); bool sourceRequestEvent(const QString &source);