diff options
author | Ali Alzyod <ali198724@gmail.com> | 2020-01-07 17:42:53 +0900 |
---|---|---|
committer | WooHyun Jung <wh0705.jung@samsung.com> | 2020-01-07 17:42:53 +0900 |
commit | 303baf754a69503f5f00067efb7d753615eb548e (patch) | |
tree | 523989f1b6a736de36b8481e4042e7c6f9155e3e /src/lib/efl | |
parent | 36a50f4d82e9865af7534753e9ca914020f23b07 (diff) |
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
Diffstat (limited to 'src/lib/efl')
-rw-r--r-- | src/lib/efl/interfaces/efl_text_types.eot | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/efl/interfaces/efl_text_types.eot b/src/lib/efl/interfaces/efl_text_types.eot index c0451e03aa..8c9e7583db 100644 --- a/src/lib/efl/interfaces/efl_text_types.eot +++ b/src/lib/efl/interfaces/efl_text_types.eot | |||
@@ -27,6 +27,4 @@ struct @beta Efl.Text_Range { | |||
27 | ]] | 27 | ]] |
28 | start: int; [[The start postion.]] | 28 | start: int; [[The start postion.]] |
29 | end: int; [[The end position.]] | 29 | end: int; [[The end position.]] |
30 | } | 30 | } \ No newline at end of file |
31 | |||
32 | struct @extern @beta Efl.Text_Attribute_Handle; [[EFL text annotations data structure]] \ No newline at end of file | ||