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
This commit is contained in:
Aaron J. Seigo 2008-08-22 12:14:10 +00:00
parent 56c9ecf5e1
commit 8d6f5e7196
2 changed files with 0 additions and 11 deletions

View File

@ -1176,12 +1176,6 @@ Plasma::Wallpaper* Containment::wallpaper() const
return d->wallpaper; return d->wallpaper;
} }
QString Containment::wallpaperMode() const
{
KConfigGroup cfg = config();
return cfg.readEntry("wallpaperpluginmode", QString());
}
void Containment::setActivity(const QString &activity) void Containment::setActivity(const QString &activity)
{ {
if (d->activity != activity) { if (d->activity != activity) {

View File

@ -295,11 +295,6 @@ class PLASMA_EXPORT Containment : public Applet
*/ */
Plasma::Wallpaper* wallpaper() const; Plasma::Wallpaper* wallpaper() const;
/**
* Return wallpaper mode.
*/
QString wallpaperMode() const;
/** /**
* Sets the current activity by name * Sets the current activity by name
* *