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

Jochen Nitschke j.nitschke+logerrit at ok.de
Sun Jul 23 17:26:37 UTC 2017


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

New commits:
commit 08ff9e0cc40c472fde31ae639949d4d8cbafd868
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Sun Jul 23 00:39:05 2017 +0200

    remove unused struct
    
    since f24b46c27243b88e4d367d7b105d1365e97dbd76
        loplugin:unusedfields in vcl
    
    Change-Id: Idef892664a7c53c15e27685fdb7faa36d8b81f30
    Reviewed-on: https://gerrit.libreoffice.org/40327
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 40a424169448..a9b7df7675c7 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -154,12 +154,6 @@ extern "C" {
     typedef UnoWrapperBase* (SAL_CALL *FN_TkCreateUnoWrapper)();
 }
 
-struct ImplEventHook
-{
-    void*                   mpUserData;
-    VCLEventHookProc        mpProc;
-};
-
 struct ImplPostEventData
 {
     VclEventId      mnEvent;


More information about the Libreoffice-commits mailing list