seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e396f845bebed97aa5bd412fe195accf0e7895c5
commit e396f845bebed97aa5bd412fe195accf0e7895c5 Author: Daniel Juyung Seo <[email protected]> Date: Tue Jan 14 11:40:54 2014 +0900 actionslider: Removed unnecessary line. --- src/lib/elm_actionslider.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/elm_actionslider.c b/src/lib/elm_actionslider.c index 507b041..1b34547 100644 --- a/src/lib/elm_actionslider.c +++ b/src/lib/elm_actionslider.c @@ -346,8 +346,6 @@ _drag_button_up_cb(void *data, } if (sd->button_animator) ecore_animator_del(sd->button_animator); sd->button_animator = ecore_animator_add(_button_animator, obj); - -#undef _FINAL_FIX_POS_ON_MIRROREDNESS } static void --
