diff --git a/include/vcl/animate.hxx b/include/vcl/animate.hxx index 7c3b8e43e438..a8bcfec81fea 100644 --- a/include/vcl/animate.hxx +++ b/include/vcl/animate.hxx @@ -130,15 +130,11 @@ class VCL_DLLPUBLIC Animation BitmapEx maBitmapEx; Timer maTimer; Size maGlobalSize; - void* mpExtraData; long mnLoopCount; long mnLoops; size_t mnPos; - Disposal meLastDisposal; CycleMode meCycleMode; - bool mbFirst; bool mbIsInAnimation; - bool mbWithSize; bool mbLoopTerminated; bool mbIsWaiting;