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:
@@ -52,9 +52,6 @@ public:
|
|||||||
edelta.nonspace = 0;
|
edelta.nonspace = 0;
|
||||||
|
|
||||||
prevState = NULL;
|
prevState = NULL;
|
||||||
clippPicture = NULL;
|
|
||||||
clippInverse = false;
|
|
||||||
fVisibleRegion = NULL;
|
|
||||||
}
|
}
|
||||||
~LayerData(void)
|
~LayerData(void)
|
||||||
{
|
{
|
||||||
@@ -70,12 +67,6 @@ public:
|
|||||||
TODO: tell 'image' we're finished with it! :-)
|
TODO: tell 'image' we're finished with it! :-)
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
if (clippPicture){
|
|
||||||
/* same as for 'image'
|
|
||||||
|
|
||||||
TODO: tell 'clippPicture' we're finished with it
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
if (prevState){
|
if (prevState){
|
||||||
delete prevState;
|
delete prevState;
|
||||||
prevState = NULL;
|
prevState = NULL;
|
||||||
@@ -115,10 +106,6 @@ public:
|
|||||||
|
|
||||||
// used for the state stack
|
// used for the state stack
|
||||||
LayerData *prevState;
|
LayerData *prevState;
|
||||||
|
|
||||||
ServerPicture *clippPicture;
|
|
||||||
bool clippInverse;
|
|
||||||
BRegion *fVisibleRegion;
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user