winaccessibility/source/UAccCOMIDL/defines.idl | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit 9398654642fc7cd511c637730365043db87e7cf6 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Fri Aug 5 12:05:36 2022 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Fri Aug 5 16:38:50 2022 +0200 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.wegh...@posteo.de> 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: */