From 62c2b81db78eb32de0be9c3a809ddbf27b6e1c32 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 10 Sep 2013 11:26:22 -0500 Subject: hfp_hf_bluez5: Remove Cancel method --- plugins/hfp_hf_bluez5.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'plugins') diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c index 7c1f56f7..9f402f7f 100644 --- a/plugins/hfp_hf_bluez5.c +++ b/plugins/hfp_hf_bluez5.c @@ -567,16 +567,6 @@ static DBusMessage *profile_release(DBusConnection *conn, return NULL; } -static DBusMessage *profile_cancel(DBusConnection *conn, - DBusMessage *msg, void *user_data) -{ - DBG("Profile handler Cancel"); - - return g_dbus_create_error(msg, BLUEZ_ERROR_INTERFACE - ".NotImplemented", - "Implementation not provided"); -} - static DBusMessage *profile_disconnection(DBusConnection *conn, DBusMessage *msg, void *user_data) { @@ -625,7 +615,6 @@ static const GDBusMethodTable profile_methods[] = { { "fd_properties", "a{sv}" }), NULL, profile_new_connection) }, { GDBUS_NOREPLY_METHOD("Release", NULL, NULL, profile_release) }, - { GDBUS_METHOD("Cancel", NULL, NULL, profile_cancel) }, { GDBUS_METHOD("RequestDisconnection", GDBUS_ARGS({"device", "o"}), NULL, profile_disconnection) }, -- cgit v1.2.3