diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2022-08-05 12:05:36 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-08-05 16:38:50 +0200 |
commit | 9398654642fc7cd511c637730365043db87e7cf6 (patch) | |
tree | d1be199072a7530a384efcd075b47e4ee8d665a1 /winaccessibility/source | |
parent | f03b908e285ad65fa4518f26862454c51efb54a8 (diff) |
wina11y: Drop unused AccChildNode struct from defines.idl
Change-Id: Ia725d6655512632b78abfa4f3791406724ca29ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137859
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'winaccessibility/source')
-rw-r--r-- | winaccessibility/source/UAccCOMIDL/defines.idl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winaccessibility/source/UAccCOMIDL/defines.idl b/winaccessibility/source/UAccCOMIDL/defines.idl index 844262cb017c..3ca8c88a04d1 100644 --- a/winaccessibility/source/UAccCOMIDL/defines.idl +++ b/winaccessibility/source/UAccCOMIDL/defines.idl @@ -25,9 +25,4 @@ interface IMAccessible; const long UACC_NO_FOCUS=0xFFFF; -typedef struct { - long m_dChildID;//identify a unique child node - IMAccessible* m_pIMAccessible; -}AccChildNode; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |