diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-08-02 11:30:14 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-08-16 09:10:14 +0200 |
commit | f455a60824c9af4ec9e7e6b8692677a83392a02c (patch) | |
tree | 79e7d2f382cbfa474baf247664f01c6d3d9368c2 /include/vcl | |
parent | aa1918efe9afac79b5a715a7a31239d320a75edc (diff) |
Throbber: remove redundant field and fix conversion warnings
Change-Id: I1e4712c4c6eae890b93936f25632aa8a7422e1db
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/throbber.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/throbber.hxx b/include/vcl/throbber.hxx index 2c986adc23f3..910bd54679bd 100644 --- a/include/vcl/throbber.hxx +++ b/include/vcl/throbber.hxx @@ -82,7 +82,6 @@ private: bool mbRepeat; sal_Int32 mnStepTime; sal_Int32 mnCurStep; - sal_Int32 mnStepCount; AutoTimer maWaitTimer; ImageSet meImageSet; |