seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=1ad784f48f84a520dd9688072bd6d5b50a93310d

commit 1ad784f48f84a520dd9688072bd6d5b50a93310d
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Wed Nov 26 09:22:23 2014 +0900

    test_photocam: Remove unnecessary data set.
---
 src/bin/test_photocam.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/test_photocam.c b/src/bin/test_photocam.c
index dbab32d..ea6e85f 100644
--- a/src/bin/test_photocam.c
+++ b/src/bin/test_photocam.c
@@ -263,7 +263,6 @@ test_photocam(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, void *event_
    ph = elm_photocam_add(win);
    evas_object_size_hint_weight_set(ph, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    elm_win_resize_object_add(win, ph);
-   evas_object_data_set(ph, "window", win);
 
    rect = evas_object_rectangle_add(evas_object_evas_get(win));
    evas_object_color_set(rect, 0, 0, 0, 0);
@@ -406,7 +405,6 @@ test_photocam_remote(void *data EINA_UNUSED, Evas_Object 
*obj EINA_UNUSED, void
    ph = elm_photocam_add(win);
    evas_object_size_hint_weight_set(ph, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    elm_win_resize_object_add(win, ph);
-   evas_object_data_set(ph, "window", win);
 
    rect = evas_object_rectangle_add(evas_object_evas_get(win));
    evas_object_color_set(rect, 0, 0, 0, 0);

-- 


Reply via email to