efl_text_types: remove unused type

Summary:
efl_text_types: remove unused type **Efl.Text_Attribute_Handle**

Reviewers: woohyun, segfaultxavi

Reviewed By: woohyun

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11031
This commit is contained in:
Ali Alzyod 2020-01-07 17:42:53 +09:00 committed by WooHyun Jung
parent 36a50f4d82
commit 303baf754a
1 changed files with 1 additions and 3 deletions

View File

@ -27,6 +27,4 @@ struct @beta Efl.Text_Range {
]]
start: int; [[The start postion.]]
end: int; [[The end position.]]
}
struct @extern @beta Efl.Text_Attribute_Handle; [[EFL text annotations data structure]]
}