projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d0ca57
)
elementary: patch got pushed before the complete fix.
author
Cedric BAIL
<cedric@osg.samsung.com>
Mon, 19 Sep 2016 23:12:31 +0000
(16:12 -0700)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Mon, 19 Sep 2016 23:12:31 +0000
(16:12 -0700)
src/lib/elementary/efl_ui_image.c
patch
|
blob
|
history
diff --git
a/src/lib/elementary/efl_ui_image.c
b/src/lib/elementary/efl_ui_image.c
index
d4370b6
..
546233b
100644
(file)
--- a/
src/lib/elementary/efl_ui_image.c
+++ b/
src/lib/elementary/efl_ui_image.c
@@
-52,7
+52,6
@@
struct _Async_Open_Data
Eina_Stringshare *file, *key;
Eina_File *f_set, *f_open;
void *map;
- unsigned char sum;
};
static void
@@
-249,7
+248,7
@@
_efl_ui_image_async_open_do(void *data, Ecore_Thread *thread)
Async_Open_Data *todo = data;
Eina_File *f;
void *map = NULL;
- size_t
i,
size;
+ size_t size;
if (ecore_thread_check(thread)) return;
@@
-288,7
+287,6
@@
_efl_ui_image_async_open_do(void *data, Ecore_Thread *thread)
}
todo->f_open = f;
todo->map = map;
- todo->sum = sum;
}
static void