From 41e338a27daf3c6eb882cce832a42070f901fa2e Mon Sep 17 00:00:00 2001 From: jailletc36 Date: Tue, 30 Oct 2012 23:09:27 +0100 Subject: cppCheck: unusedStructMember Kill unused class member and struct definition in desktop/source/splash/splash.cxx Change-Id: I06a901a5442cacf0f7fa2b0c775fc89709968601 Signed-off-by: jailletc36 Reviewed-on: https://gerrit.libreoffice.org/943 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- desktop/source/splash/splash.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'desktop') 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; -- cgit v1.2.3