seoz pushed a commit to branch master.

commit c4bb468e5066e7139e6638f4a252746b9234ff28
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Jul 24 20:48:22 2013 +0900

    elm_radio.c: remove unused callback. elm,action,radio,on.
    
    elm,action,radio,on was not used since elm 1.0 so this is not a theme api 
break.
---
 src/lib/elm_radio.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elm_radio.c b/src/lib/elm_radio.c
index 9cb20d7..2beb27f 100644
--- a/src/lib/elm_radio.c
+++ b/src/lib/elm_radio.c
@@ -279,8 +279,6 @@ _elm_radio_smart_add(Eo *obj, void *_pd, va_list *list 
EINA_UNUSED)
      CRITICAL("Failed to set layout!");
 
    elm_layout_signal_callback_add
-     (obj, "elm,action,radio,on", "", _radio_on_cb, obj);
-   elm_layout_signal_callback_add
      (obj, "elm,action,radio,toggle", "", _radio_on_cb, obj);
 
    priv->group = calloc(1, sizeof(Group));

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to