diff options
Diffstat (limited to 'vcl/unx/gtk3/a11y/atkwrapper.hxx')
-rw-r--r-- | vcl/unx/gtk3/a11y/atkwrapper.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/unx/gtk3/a11y/atkwrapper.hxx b/vcl/unx/gtk3/a11y/atkwrapper.hxx index b3af41975b4d..480c4645daa3 100644 --- a/vcl/unx/gtk3/a11y/atkwrapper.hxx +++ b/vcl/unx/gtk3/a11y/atkwrapper.hxx @@ -72,8 +72,6 @@ struct AtkObjectWrapper mpTextAttributes; css::uno::Reference<css::accessibility::XAccessibleValue> mpValue; - AtkObject *child_about_to_be_removed; - gint index_of_child_about_to_be_removed; // OString * m_pKeyBindings }; |