[pulseaudio-discuss] [PATCH 2/4] bluetooth: Remove unused DBusError
jprvita at gmail.com
jprvita at gmail.com
Fri Jul 12 10:51:23 PDT 2013
From: João Paulo Rechi Vita <jprvita at openbossa.org>
---
src/modules/bluetooth/bluetooth-util.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/modules/bluetooth/bluetooth-util.c b/src/modules/bluetooth/bluetooth-util.c
index 5924736..dd280cb 100644
--- a/src/modules/bluetooth/bluetooth-util.c
+++ b/src/modules/bluetooth/bluetooth-util.c
@@ -821,16 +821,12 @@ static pa_dbus_pending* send_and_add_to_pending(pa_bluetooth_discovery *y, DBusM
}
static void register_endpoint_reply(DBusPendingCall *pending, void *userdata) {
- DBusError e;
DBusMessage *r;
pa_dbus_pending *p;
pa_bluetooth_discovery *y;
char *endpoint;
pa_assert(pending);
-
- dbus_error_init(&e);
-
pa_assert_se(p = userdata);
pa_assert_se(y = p->context_data);
pa_assert_se(endpoint = p->call_data);
--
1.7.11.7
More information about the pulseaudio-discuss
mailing list