summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-database.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-database.c')
-rw-r--r--hcid/dbus-database.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/hcid/dbus-database.c b/hcid/dbus-database.c
index 384df032..29e5b132 100644
--- a/hcid/dbus-database.c
+++ b/hcid/dbus-database.c
@@ -86,8 +86,6 @@ static void exit_callback(const char *name, void *user_data)
else
unregister_sdp_record(user_record->handle);
- update_class_of_device();
-
if (user_record->sender)
g_free(user_record->sender);
@@ -148,8 +146,6 @@ static DBusHandlerResult add_service_record(DBusConnection *conn,
}
}
- update_class_of_device();
-
sender = dbus_message_get_sender(msg);
user_record->sender = g_strdup(sender);
@@ -211,8 +207,6 @@ static DBusHandlerResult add_service_record_from_xml(DBusConnection *conn,
sdp_record_free(sdp_record);
}
- update_class_of_device();
-
sender = dbus_message_get_sender(msg);
user_record->sender = g_strdup(sender);
@@ -262,8 +256,6 @@ static DBusHandlerResult update_record(DBusConnection *conn, DBusMessage *msg,
}
}
- update_class_of_device();
-
return send_message_and_unref(conn,
dbus_message_new_method_return(msg));
}
@@ -366,8 +358,6 @@ static DBusHandlerResult remove_service_record(DBusConnection *conn,
else
unregister_sdp_record(handle);
- update_class_of_device();
-
if (user_record->sender)
g_free(user_record->sender);