[Libreoffice-commits] core.git: vcl/source

Noel Grandin noel at peralex.com
Sat Sep 19 23:35:13 PDT 2015


 vcl/source/app/svapp.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 75d339175e06334de42108c2e26adca65700608a
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Sep 18 09:09:30 2015 +0200

    remove unused Link<> field
    
    Change-Id: I6ceb33a1c7311962f1d8902fab01fc7d6c91975e
    Reviewed-on: https://gerrit.libreoffice.org/18697
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 350e829..2b5d8d7 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -144,7 +144,6 @@ struct ImplHotKey
     ImplHotKey*             mpNext;
     void*                   mpUserData;
     vcl::KeyCode            maKeyCode;
-    Link<>                  maLink;
 };
 
 struct ImplEventHook
@@ -1425,7 +1424,6 @@ bool ImplCallHotKey( const vcl::KeyCode& rKeyCode )
     {
         if ( pHotKeyData->maKeyCode == rKeyCode )
         {
-            pHotKeyData->maLink.Call( pHotKeyData->mpUserData );
             return true;
         }
 


More information about the Libreoffice-commits mailing list