diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-19 15:47:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-19 20:22:51 +0000 |
commit | ce45e1d25e8d9b0fa4247e0b7efaaa4dbcf225c1 (patch) | |
tree | f304ad1da15033d86090accd319a403d0de1b224 /include | |
parent | 82b5ded699fcc03a09b0930213da204a332285e6 (diff) |
coverity#738931 unused members
Change-Id: Ia94a95c6fb3aed34f41e435b023783fc16730834
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/animate.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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; |