diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-07-23 00:39:05 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-07-23 19:25:56 +0200 |
commit | 08ff9e0cc40c472fde31ae639949d4d8cbafd868 (patch) | |
tree | bbcb5187206200f56274e2419e5ed5748754631d /vcl/source | |
parent | a1b0408ab6655220a8ac3b6fe7f2875da8a365e7 (diff) |
remove unused struct
since f24b46c27243b88e4d367d7b105d1365e97dbd76
loplugin:unusedfields in vcl
Change-Id: Idef892664a7c53c15e27685fdb7faa36d8b81f30
Reviewed-on: https://gerrit.libreoffice.org/40327
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/svapp.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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; |