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.
This commit is contained in:
Daniel Juyung Seo 2013-07-24 20:48:22 +09:00
parent 04b47eb74d
commit ac17ecd0b6
1 changed files with 0 additions and 2 deletions

View File

@ -278,8 +278,6 @@ _elm_radio_smart_add(Eo *obj, void *_pd, va_list *list EINA_UNUSED)
if (!elm_layout_theme_set(obj, "radio", "base", elm_widget_style_get(obj)))
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);