hfp_hf_bluez5: Remove Cancel method
authorDenis Kenzior <denkenz@gmail.com>
Tue, 10 Sep 2013 16:26:22 +0000 (11:26 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 12 Sep 2013 18:17:40 +0000 (13:17 -0500)
plugins/hfp_hf_bluez5.c

index 7c1f56f..9f402f7 100644 (file)
@@ -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) },