projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc9181
)
image: remove unused variables
author
Amitesh Singh
<amitesh.sh@samsung.com>
Tue, 13 Oct 2015 03:38:01 +0000
(09:08 +0530)
committer
Amitesh Singh
<amitesh.sh@samsung.com>
Tue, 13 Oct 2015 03:38:01 +0000
(09:08 +0530)
src/lib/elm_image.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_image.c
b/src/lib/elm_image.c
index 5cfc046486f81c457f8042d69609e9f58ae92ac6..c6d985036b83a4736b82ce7c148710d20104e43d 100644
(file)
--- a/
src/lib/elm_image.c
+++ b/
src/lib/elm_image.c
@@
-1395,8
+1395,6
@@
_elm_image_efl_image_load_size_get(Eo *obj EINA_UNUSED, Elm_Image_Data *sd, int
EOLIAN static void
_elm_image_orient_set(Eo *obj, Elm_Image_Data *sd, Elm_Image_Orient orient)
{
- int iw, ih;
-
if (sd->edje) return;
if (sd->orient == orient) return;