From ce45e1d25e8d9b0fa4247e0b7efaaa4dbcf225c1 Mon Sep 17 00:00:00 2001
From: Caolán McNamara <caolanm@redhat.com>
Date: Wed, 19 Mar 2014 15:47:11 +0000
Subject: coverity#738931 unused members

Change-Id: Ia94a95c6fb3aed34f41e435b023783fc16730834
---
 include/vcl/animate.hxx | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'include')

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;
 
-- 
cgit