From 7cc0688f4c6ef26ff1a62222eeb0e0d1cce01092 Mon Sep 17 00:00:00 2001 From: Abhishek Sansanwal Date: Tue, 24 Oct 2017 15:17:57 +0530 Subject: Remove unused function Signed-off-by: Abhishek Sansanwal Change-Id: Ife38655489bd8c6661ceed13ff0986e7276ffd42 --- sources/wearable/src/wearable-circle/app_main.c | 29 ------------------------- 1 file changed, 29 deletions(-) diff --git a/sources/wearable/src/wearable-circle/app_main.c b/sources/wearable/src/wearable-circle/app_main.c index 153d600..e184711 100644 --- a/sources/wearable/src/wearable-circle/app_main.c +++ b/sources/wearable/src/wearable-circle/app_main.c @@ -5490,35 +5490,6 @@ static layout_wearable_input_object *_proxy_setting_add_wearable_input_create(ap return wearable_input; } -static void __proxy_setting_add_menu_auto_tap_cb(void *data, Evas_Object *obj, - void *event_info) -{ - Elm_Object_Item *item = event_info; - gboolean is_auto = FALSE; - layout_proxy_setting_add_item_object *id = data; - app_object *app_obj; - - WIFI_RET_IF_FAIL(id != NULL); - elm_genlist_item_selected_set(item, EINA_FALSE); - - app_obj = id->menu_data; - WIFI_RET_IF_FAIL(app_obj != NULL); - - if (!id->checkbox) { - WIFI_LOG_ERR("checkbox object is NULL."); - return; - } - - - is_auto = wifi_address_is_proxy_auto(app_obj->address_for_edit); - wifi_address_set_proxy_auto(app_obj->address_for_edit, !is_auto); - id->is_auto = !is_auto; - layout_proxy_setting_add_menu_set_auto(app_obj->proxy_setting_add, !is_auto); -// elm_check_state_set(id->checkbox, !is_auto); -// layout_add_network_pop_to(app_obj->add_network); - -} - static void __proxy_setting_add_menu_tap_cb(void *data, Evas_Object *obj, void *event_info) { app_object *app_obj = data; -- cgit v1.2.3