diff --git a/headers/private/servers/app/LayerData.h b/headers/private/servers/app/LayerData.h index 0e28799bff..4a720bf988 100644 --- a/headers/private/servers/app/LayerData.h +++ b/headers/private/servers/app/LayerData.h @@ -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