evas: Remove Efl.Canvas.Text.Annotation from evas_types.eot

This moves it to efl/interfaces which may not be the best...
@herdsman should know where to place this opaque definition.

Ref T5312
This commit is contained in:
Jean-Philippe Andre 2017-05-16 17:46:36 +09:00
parent 01d4886328
commit 9c494489e8
2 changed files with 2 additions and 2 deletions

View File

@ -6,3 +6,5 @@ enum Efl.Text.Bidirectional_Type {
rtl, [[Right to left text type]]
inherit [[Inherit text type]]
}
struct Efl.Canvas.Text.Annotation; [[EFL text annotations data structure]]

View File

@ -290,5 +290,3 @@ enum Evas.Canvas3D.Material_Attrib
}
type Evas.Canvas3D.Surface_Func: __undefined_type; [[Evas 3D canvas surface function type]]
struct Efl.Canvas.Text.Annotation; [[EFL text annotations data structure]]