[wearable] remove unused code 13/97313/1 accepted/tizen/common/20161116.134420 accepted/tizen/ivi/20161117.010100 accepted/tizen/mobile/20161117.005946 accepted/tizen/tv/20161117.010008 accepted/tizen/wearable/20161117.010026 submit/tizen/20161116.043314
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 7 Nov 2016 09:02:23 +0000 (18:02 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Mon, 14 Nov 2016 01:11:48 +0000 (10:11 +0900)
Change-Id: If32892bacc32390964eec56fe9f026dbea5f886e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/wifi-efl-ug.spec
sources/wearable/src/wearable-circle/app_main.c

index f9bfb64..494ac1a 100644 (file)
@@ -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
index c5a284b..56ec86f 100755 (executable)
@@ -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)