remove ContainmentPrivate::defaultWallpaperMode

This commit is contained in:
Marco Martin 2013-02-25 15:59:46 +01:00
parent 2f2039ed23
commit 23e5277dbf
2 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@ namespace Plasma
{
const char ContainmentPrivate::defaultWallpaper[] = "image";
const char ContainmentPrivate::defaultWallpaperMode[] = "SingleImage";
void ContainmentPrivate::addDefaultActions(KActionCollection *actions, Containment *c)
{

View File

@ -112,7 +112,6 @@ public:
ContainmentActions::ContainmentActionsSource containmentActionsSource;
static const char defaultWallpaper[];
static const char defaultWallpaperMode[];
};
} // Plasma namespace