eo: Move unnecessary eina type out of the EO file

This commit is contained in:
Jean-Philippe Andre 2017-12-07 11:22:11 +09:00
parent fa786667b8
commit e4797e75f7
2 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,6 @@ struct @extern Eina.Matrix3 {
zz: double; [[ZZ matrix value]]
}
struct @extern Eina.Inarray; [[Eina inarray data structure]]
type @extern Eina.Unicode: uint32; [[Eina unicode type]]
struct @extern Eina.File.Direct.Info; [[Eina file direct information data structure]]

View File

@ -1,6 +1,8 @@
import eina_types;
import evas_canvas3d_types;
struct @extern Eina.Inarray; [[Eina inarray data structure]]
class Evas.Canvas3D.Mesh (Evas.Canvas3D.Object, Efl.File)
{
[[Evas 3D canvas mesh class]]