summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-12-01 19:21:26 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-04 17:29:09 +0100
commit298f8b67ab1a5aba39eb51a0a9cdbb15a3768372 (patch)
tree7475ad677334cb61a1c8c6529594eb986e112a1b /src
parent353c404f0485416d44c3f75bae459c2e85de31d7 (diff)
Remove unused enum values.
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>
Diffstat (limited to 'src')
-rw-r--r--src/gui/accessible/qaccessible.h4
1 files changed, 1 insertions, 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