Remove redundant tables of state and role names
authorMike Gorse <mgorse@novell.com>
Wed, 25 May 2011 19:36:52 +0000 (14:36 -0500)
committerMike Gorse <mgorse@novell.com>
Wed, 25 May 2011 19:36:52 +0000 (14:36 -0500)
commit73b811b78954dfb0f8b407354c146d9fbd47dea3
tree1c3b214407b08b2c4d57ee9616dcc9ce3795f4f2
parent9ddf777a096440afe521c094544942e85e3ee838
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.
atspi/atspi-accessible.c
atspi/atspi-accessible.h
atspi/atspi-stateset.c