remove an empty virtual method

This commit is contained in:
Aaron Seigo 2011-05-05 14:26:05 +02:00
parent 4c2a859ea1
commit bed4711fa9
2 changed files with 0 additions and 11 deletions

View File

@ -2116,10 +2116,6 @@ void Containment::showConfigurationInterface()
Applet::showConfigurationInterface();
}
void Containment::configChanged()
{
}
void ContainmentPrivate::configChanged()
{
if (drawWallpaper) {

View File

@ -533,13 +533,6 @@ Q_SIGNALS:
*/
void showConfigurationInterface();
/**
* Called when applet configuration values have changed.
* @reimp
* @sa Applet::configChanged()
*/
void configChanged();
protected:
//FIXME plasma2: those should be public to allow scripted containments access them
/**