Remove unused enum values.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Thu, 1 Dec 2011 18:21:26 +0000 (19:21 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sun, 4 Dec 2011 16:29:09 +0000 (17:29 +0100)
These were used for foreground/background color.
Since we have proper functions for these two now,
the hack with invoke_method is no longer needed.

Change-Id: I66eb645124caa838adb1ceb41383a2724a45f553
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
src/gui/accessible/qaccessible.h

index 32041a7..f2fd1a7 100644 (file)
@@ -287,9 +287,7 @@ public:
     enum Method {
         ListSupportedMethods      = 0,
         SetCursorPosition         = 1,
-        GetCursorPosition         = 2,
-        ForegroundColor           = 3,
-        BackgroundColor           = 4
+        GetCursorPosition         = 2
     };
 
     enum InterfaceType