efl_access_text: remove legacy enum

this was never released as legacy code so there's no point in having a
legacy enum

ref T7724

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8132
This commit is contained in:
Mike Blumenkrantz 2019-03-06 11:53:39 -05:00 committed by Cedric BAIL
parent 9a361ac917
commit b7aff699c1
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ enum Efl.Access.Text_Granularity
enum Efl.Access.Text_Clip_Type
{
[[Text clip type]]
legacy: elm_atspi_text_clip;
none, [[No clip type]]
min, [[Minimum clip type]]
max, [[Maximum clip type]]