vcl/source/app/svapp.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 75d339175e06334de42108c2e26adca65700608a
Author: Noel Grandin <[email protected]>
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 <[email protected]>
Reviewed-by: Noel Grandin <[email protected]>
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;
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits