summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-01-26 15:49:17 +0100
committerCedric BAIL <cedric@osg.samsung.com>2015-02-16 14:47:49 +0100
commit2f411c052c62a430b446f5ec455dd4446284737b (patch)
tree120ff3dfc3393ab64e5483429947d7e396226020
parent7408ef40677aa40dffcf56867477d631b616676d (diff)
downloadefl-2f411c052c62a430b446f5ec455dd4446284737b.tar.gz
evas: simplify structure.
-rw-r--r--src/modules/evas/image_loaders/tgv/evas_image_load_tgv.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/modules/evas/image_loaders/tgv/evas_image_load_tgv.c b/src/modules/evas/image_loaders/tgv/evas_image_load_tgv.c
index 0b9c65cec5..b13fff0d48 100644
--- a/src/modules/evas/image_loaders/tgv/evas_image_load_tgv.c
+++ b/src/modules/evas/image_loaders/tgv/evas_image_load_tgv.c
@@ -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 *