From 421d603c0c8d111a1baf113d73453ce5b9b956d8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 16 Jan 2007 08:35:44 +0000 Subject: Remove experimental tagging from service interface --- hcid/dbus-service.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'hcid/dbus-service.c') diff --git a/hcid/dbus-service.c b/hcid/dbus-service.c index d837308c..7de4d49b 100644 --- a/hcid/dbus-service.c +++ b/hcid/dbus-service.c @@ -684,9 +684,6 @@ static DBusHandlerResult msg_func_services(DBusConnection *conn, struct service_call *call_data; const char *iface; - if (!hcid_dbus_use_experimental()) - return error_unknown_method(conn, msg); - iface = dbus_message_get_interface(msg); if (!strcmp(DBUS_INTERFACE_INTROSPECTABLE, iface) && -- cgit