small fix. removed 2 memebers.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5358 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2003-11-14 00:31:52 +00:00
parent 2e4c9e2113
commit 2a006628cc
-13
View File
@@ -52,9 +52,6 @@ public:
edelta.nonspace = 0;
prevState = NULL;
clippPicture = NULL;
clippInverse = false;
fVisibleRegion = NULL;
}
~LayerData(void)
{
@@ -70,12 +67,6 @@ public:
TODO: tell 'image' we're finished with it! :-)
*/
}
if (clippPicture){
/* same as for 'image'
TODO: tell 'clippPicture' we're finished with it
*/
}
if (prevState){
delete prevState;
prevState = NULL;
@@ -115,10 +106,6 @@ public:
// used for the state stack
LayerData *prevState;
ServerPicture *clippPicture;
bool clippInverse;
BRegion *fVisibleRegion;
};
#endif