projects
/
platform
/
core
/
connectivity
/
bluetooth-frwk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32aa492
)
Remove extraneous statements.
44/31744/1
author
Vikrampal Yadav
<vikram.pal@samsung.com>
Tue, 9 Dec 2014 10:19:54 +0000
(15:49 +0530)
committer
Vikrampal Yadav
<vikram.pal@samsung.com>
Tue, 9 Dec 2014 10:19:54 +0000
(15:49 +0530)
Change-Id: Ic3f83c8530b1b948169abb07a3aade8914326829
bt-service/bt-service-audio.c
patch
|
blob
|
history
diff --git
a/bt-service/bt-service-audio.c
b/bt-service/bt-service-audio.c
index 045008a3f4ebc9fe21e2c38c09601612f3a2cf95..f9d287b4ee6e156ec7a9cb14a79bb50aca3abfa3 100644
(file)
--- a/
bt-service/bt-service-audio.c
+++ b/
bt-service/bt-service-audio.c
@@
-135,7
+135,6
@@
static char *__bt_get_audio_path(bluetooth_device_address_t *address)
DBusGProxy *audio_proxy;
DBusGProxy *adapter_proxy;
DBusGConnection *g_conn;
- GError *error = NULL;
retv_if(address == NULL, NULL);
@@
-180,7
+179,6
@@
static char *__bt_get_connected_audio_path(void)
return NULL;
}
- size = device_list->len;
size = (device_list->len) / sizeof(bluetooth_device_info_t);
for (i = 0; i < size; i++) {