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;
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user