From 8d6f5e71968c9af7b8d5169d8b5b2aa7bb0a985c Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Fri, 22 Aug 2008 12:14:10 +0000 Subject: [PATCH] get rid of some api bloat; this can be gotten from the wallpaper plugin itself, after all svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=850854 --- containment.cpp | 6 ------ containment.h | 5 ----- 2 files changed, 11 deletions(-) diff --git a/containment.cpp b/containment.cpp index 7478a933c..f522e69d0 100644 --- a/containment.cpp +++ b/containment.cpp @@ -1176,12 +1176,6 @@ Plasma::Wallpaper* Containment::wallpaper() const return d->wallpaper; } -QString Containment::wallpaperMode() const -{ - KConfigGroup cfg = config(); - return cfg.readEntry("wallpaperpluginmode", QString()); -} - void Containment::setActivity(const QString &activity) { if (d->activity != activity) { diff --git a/containment.h b/containment.h index 9f371512d..f3ab4b155 100644 --- a/containment.h +++ b/containment.h @@ -295,11 +295,6 @@ class PLASMA_EXPORT Containment : public Applet */ Plasma::Wallpaper* wallpaper() const; - /** - * Return wallpaper mode. - */ - QString wallpaperMode() const; - /** * Sets the current activity by name *