desktop/source/splash/splash.cxx | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit 41e338a27daf3c6eb882cce832a42070f901fa2e Author: jailletc36 <[email protected]> Date: Tue Oct 30 23:09:27 2012 +0100 cppCheck: unusedStructMember Kill unused class member and struct definition in desktop/source/splash/splash.cxx Change-Id: I06a901a5442cacf0f7fa2b0c775fc89709968601 Signed-off-by: jailletc36 <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/943 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Michael Stahl <[email protected]> diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index 1f816cd..2321293 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
