evas: simplify structure.

This commit is contained in:
Cedric BAIL 2015-03-17 08:50:20 +01:00
parent 4ca8bfd15c
commit b900e1787f
1 changed files with 0 additions and 15 deletions

View File

@ -12,21 +12,6 @@ struct _Evas_Loader_Internal
Emile_Image *image;
Eina_Rectangle region;
struct {
unsigned int width;
unsigned int height;
} block;
struct {
unsigned int width;
unsigned int height;
} size;
Evas_Colorspace cspace;
Eina_Bool compress : 1;
Eina_Bool blockless : 1; // Special mode used when copying data directly
Eina_Bool unpremul : 1;
};
static void *