From 298f8b67ab1a5aba39eb51a0a9cdbb15a3768372 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 1 Dec 2011 19:21:26 +0100 Subject: [PATCH] Remove unused enum values. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/gui/accessible/qaccessible.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gui/accessible/qaccessible.h b/src/gui/accessible/qaccessible.h index 32041a7abc..f2fd1a794d 100644 --- a/src/gui/accessible/qaccessible.h +++ b/src/gui/accessible/qaccessible.h @@ -287,9 +287,7 @@ public: enum Method { ListSupportedMethods = 0, SetCursorPosition = 1, - GetCursorPosition = 2, - ForegroundColor = 3, - BackgroundColor = 4 + GetCursorPosition = 2 }; enum InterfaceType