From bed4711fa9c7affdda5f6e9c7285a5128228d5ee Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Thu, 5 May 2011 14:26:05 +0200 Subject: [PATCH] remove an empty virtual method --- containment.cpp | 4 ---- containment.h | 7 ------- 2 files changed, 11 deletions(-) diff --git a/containment.cpp b/containment.cpp index 87bb4f532..bdf58ea27 100644 --- a/containment.cpp +++ b/containment.cpp @@ -2116,10 +2116,6 @@ void Containment::showConfigurationInterface() Applet::showConfigurationInterface(); } -void Containment::configChanged() -{ -} - void ContainmentPrivate::configChanged() { if (drawWallpaper) { diff --git a/containment.h b/containment.h index 8297b9e60..514e24236 100644 --- a/containment.h +++ b/containment.h @@ -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 /**