remove more of the misguided lock applet commit

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=693805
This commit is contained in:
Aaron J. Seigo 2007-07-29 05:06:04 +00:00
parent 42199d52da
commit b09384dcc5

View File

@ -66,8 +66,7 @@ public:
kioskImmutable(false), kioskImmutable(false),
immutable(false), immutable(false),
hasConfigurationInterface(false), hasConfigurationInterface(false),
failed(false), failed(false)
canMove(true)
{ {
if (appletId == 0) { if (appletId == 0) {
appletId = nextId(); appletId = nextId();
@ -252,7 +251,6 @@ public:
bool immutable : 1; bool immutable : 1;
bool hasConfigurationInterface : 1; bool hasConfigurationInterface : 1;
bool failed : 1; bool failed : 1;
bool canMove : 1;
}; };
uint Applet::Private::s_maxAppletId = 0; uint Applet::Private::s_maxAppletId = 0;