Remove warning error
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 27 Aug 2012 01:47:53 +0000 (10:47 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 28 Aug 2012 06:51:12 +0000 (15:51 +0900)
[Comment] Remove unused variable

Change-Id: Ic34062dfbc12d97e984721848d3bdfe98fb1d185

src/libraries/bt-callback.c
src/ui/bt-main-view.c

index 424e39ded787fd40670215474919aa14243f7a69..f0ec0f8d1a8118fa505d1f549ce0704ab7805fa5 100644 (file)
@@ -37,7 +37,6 @@ static void __bt_cb_auto_discovery(void *data)
 
        int ret;
        bt_ug_data *ugd = NULL;
-       Elm_Object_Item *git = NULL;
 
        ret_if(data == NULL);
 
index 11c2e5f93c2d5152fa9460e4fc862dea36cffb9f..8956dae71a6143517df0f9375487600901afe8ef 100644 (file)
@@ -1853,7 +1853,6 @@ void _bt_main_scan_device(bt_ug_data *ugd)
 {
        FN_START;
        int ret;
-       Elm_Object_Item *git;
 
        ret_if(ugd == NULL);