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

New commits:
commit 08ff9e0cc40c472fde31ae639949d4d8cbafd868
Author: Jochen Nitschke <j.nitschke+loger...@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 <c...@libreoffice.org>
    Reviewed-by: Jochen Nitschke <j.nitschke+loger...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to