summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Sansanwal <abhishek.s94@samsung.com>2017-10-24 15:17:57 +0530
committerAbhishek Sansanwal <abhishek.s94@samsung.com>2017-10-24 15:18:40 +0530
commit7cc0688f4c6ef26ff1a62222eeb0e0d1cce01092 (patch)
tree9326cc10453ff322022bfa750845f425f760ba7c
parent16226be75e4eed7c9f7ae163191c47a8623f0492 (diff)
downloadwifi-7cc0688f4c6ef26ff1a62222eeb0e0d1cce01092.tar.gz
wifi-7cc0688f4c6ef26ff1a62222eeb0e0d1cce01092.tar.bz2
wifi-7cc0688f4c6ef26ff1a62222eeb0e0d1cce01092.zip
Remove unused function
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: Ife38655489bd8c6661ceed13ff0986e7276ffd42
-rw-r--r--sources/wearable/src/wearable-circle/app_main.c29
1 files changed, 0 insertions, 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;