seoz pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=2747dea592b1f6b776e8dfea33088e6118ae8044

commit 2747dea592b1f6b776e8dfea33088e6118ae8044
Author: Daniel Juyung Seo <[email protected]>
Date:   Mon Feb 23 04:36:53 2015 +0900

    Ephoto: Remove unuses variables.
---
 src/bin/ephoto_single_browser.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/ephoto_single_browser.c b/src/bin/ephoto_single_browser.c
index 5614d64..2d5bb55 100644
--- a/src/bin/ephoto_single_browser.c
+++ b/src/bin/ephoto_single_browser.c
@@ -816,7 +816,6 @@ static void
 _failed_save(Ephoto_Single_Browser *sb)
 {
    Evas_Object *win, *box, *label, *ic, *button;
-   char buf[PATH_MAX];
 
    win = elm_win_inwin_add(sb->ephoto->win);
    elm_object_style_set(win, "minimal");
@@ -1084,7 +1083,6 @@ _apply_crop(void *data, Evas_Object *obj EINA_UNUSED, 
void *event_info EINA_UNUS
    Evas_Object *layout = evas_object_data_get(cropper, "layout");
    Evas_Object *image = evas_object_data_get(cropper, "image");
    Evas_Object *edje = elm_layout_edje_get(layout);
-   Evas_Object *image_object = elm_image_object_get(image);
    Evas_Object *crop;
 
    const char *path, *key, *type;;

-- 


Reply via email to