From bf20737747be6802f446e46c857ef176def08e29 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Mon, 7 Nov 2016 18:02:23 +0900 Subject: [PATCH] [wearable] remove unused code Change-Id: If32892bacc32390964eec56fe9f026dbea5f886e Signed-off-by: Seonah Moon --- packaging/wifi-efl-ug.spec | 2 +- sources/wearable/src/wearable-circle/app_main.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/packaging/wifi-efl-ug.spec b/packaging/wifi-efl-ug.spec index f9bfb64..494ac1a 100644 --- a/packaging/wifi-efl-ug.spec +++ b/packaging/wifi-efl-ug.spec @@ -1,7 +1,7 @@ %define _unpackaged_files_terminate_build 0 Name: wifi-efl-ug Summary: Wi-Fi UI Gadget for TIZEN -Version: 1.0.214 +Version: 1.0.215 Release: 1 Group: App/Network License: Flora-1.1 diff --git a/sources/wearable/src/wearable-circle/app_main.c b/sources/wearable/src/wearable-circle/app_main.c index c5a284b..56ec86f 100755 --- a/sources/wearable/src/wearable-circle/app_main.c +++ b/sources/wearable/src/wearable-circle/app_main.c @@ -2485,12 +2485,6 @@ static void __static_ip_del_cb(void *data, Evas *e, } } -static int _convert_colorcode_to_hex(const gchar *code) -{ - int r = 0, g = 0, b = 0, a = 0; - return (r << 24) + (g << 16) + (b << 8) + a; -} - static gchar *_make_static_ip_menu_text(const gchar *text, const gchar *default_text) { if (text != NULL) -- 2.7.4