summaryrefslogtreecommitdiff
path: root/atspi/atspi-accessible.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-05-25 14:36:52 -0500
committerMike Gorse <mgorse@novell.com>2011-05-25 14:36:52 -0500
commit73b811b78954dfb0f8b407354c146d9fbd47dea3 (patch)
tree1c3b214407b08b2c4d57ee9616dcc9ce3795f4f2 /atspi/atspi-accessible.h
parent9ddf777a096440afe521c094544942e85e3ee838 (diff)
downloadat-spi2-core-73b811b78954dfb0f8b407354c146d9fbd47dea3.tar.gz
Remove redundant tables of state and role names
Use the generated enum type to convert state names to numeric values rather than a string table that needs to be maintained in parallel. Also, remove atspi_role_get_name since it was unused, marked deprecated, and relied on a string table which is now redundant with the enum type.
Diffstat (limited to 'atspi/atspi-accessible.h')
-rw-r--r--atspi/atspi-accessible.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/atspi/atspi-accessible.h b/atspi/atspi-accessible.h
index ffa7f400..d9e6e55e 100644
--- a/atspi/atspi-accessible.h
+++ b/atspi/atspi-accessible.h
@@ -65,8 +65,6 @@ GType atspi_accessible_get_type (void);
AtspiAccessible *
atspi_accessible_new (AtspiApplication *app, const gchar *path);
-gchar * atspi_role_get_name (AtspiRole role);
-
gchar * atspi_accessible_get_name (AtspiAccessible *obj, GError **error);
gchar * atspi_accessible_get_description (AtspiAccessible *obj, GError **error);