From 67a3698b3c558b5bd9fbd2e3b0121bab8c949c95 Mon Sep 17 00:00:00 2001 From: Jan-Arve Saether Date: Wed, 18 Jan 2012 14:02:23 +0100 Subject: Remove all references to QAccessible::(Covers|Covered) These were not used in any bridges, and none of the bridges (MSAA, Cocoa, AT-SPI/IA2) can hardly make use of this information. Change-Id: If3cad6b6c1928535dd932f46c9ec6883a4a19c76 Reviewed-by: Frederik Gladhorn --- src/gui/accessible/qaccessible.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gui/accessible') diff --git a/src/gui/accessible/qaccessible.h b/src/gui/accessible/qaccessible.h index bafd3a8a6b..89036281b8 100644 --- a/src/gui/accessible/qaccessible.h +++ b/src/gui/accessible/qaccessible.h @@ -307,11 +307,6 @@ public: enum RelationFlag { Unrelated = 0x00000000, Self = 0x00000001, - - Covers = 0x00001000, - Covered = 0x00002000, - GeometryMask = 0x0000ff00, - FocusChild = 0x00010000, Label = 0x00020000, Labelled = 0x00040000, -- cgit v1.2.3