rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=c6e672136b05980542c240d7bca4fd6d9574fadc

commit c6e672136b05980542c240d7bca4fd6d9574fadc
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Wed Nov 25 16:05:07 2015 +0200

    widget_macro: remove copy-paste that does nothing
---
 src/bin/common/widget_macro.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/common/widget_macro.h b/src/bin/common/widget_macro.h
index b210112..1f26fa8 100644
--- a/src/bin/common/widget_macro.h
+++ b/src/bin/common/widget_macro.h
@@ -56,7 +56,6 @@ TODO("see large comment below")
    SCROLLER = elm_scroller_add(PARENT); \
    evas_object_size_hint_weight_set(SCROLLER, EVAS_HINT_EXPAND, 
EVAS_HINT_EXPAND); \
    evas_object_size_hint_align_set(SCROLLER, EVAS_HINT_FILL, EVAS_HINT_FILL); \
-   elm_scroller_policy_set(SCROLLER, ELM_SCROLLER_POLICY_OFF, 
ELM_SCROLLER_POLICY_OFF); \
    elm_scroller_policy_set(SCROLLER, ELM_SCROLLER_POLICY_OFF, 
ELM_SCROLLER_POLICY_AUTO); \
    evas_object_show(SCROLLER);
 

-- 


Reply via email to