[Libreoffice-commits] .: desktop/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 30 15:29:47 PDT 2012


 desktop/source/splash/splash.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 41e338a27daf3c6eb882cce832a42070f901fa2e
Author: jailletc36 <christophe.jaillet at wanadoo.fr>
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 <christophe.jaillet at wanadoo.fr>
    Reviewed-on: https://gerrit.libreoffice.org/943
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

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;


More information about the Libreoffice-commits mailing list