diff options
author | jailletc36 <christophe.jaillet@wanadoo.fr> | 2012-10-30 23:09:27 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-30 22:29:27 +0000 |
commit | 41e338a27daf3c6eb882cce832a42070f901fa2e (patch) | |
tree | b26b3c4cbf05f5ea4356f4aa9a5f0cfc3e63f612 /desktop | |
parent | bb43dc240c8fb4c09033eda5dac15ea41e7647db (diff) |
cppCheck: unusedStructMember
Kill unused class member and struct definition in
desktop/source/splash/splash.cxx
Change-Id: I06a901a5442cacf0f7fa2b0c775fc89709968601
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/943
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/splash/splash.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index 1f816cd14b2f..2321293f3a11 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -63,13 +63,6 @@ class SplashScreen , public IntroWindow { private: - struct FullScreenProgressRatioValue - { - double _fXRelPos; - double _fYRelPos; - double _fRelWidth; - double _fRelHeight; - }; enum BitmapMode { BM_FULLSCREEN, BM_DEFAULTMODE }; DECL_LINK( AppEventListenerHdl, VclWindowEvent * ); @@ -89,7 +82,6 @@ private: bool _bNativeProgress; OUString _sAppName; OUString _sProgressText; - std::vector< FullScreenProgressRatioValue > _sFullScreenProgressRatioValues; sal_Int32 _iMax; sal_Int32 _iProgress; |