From cc4b382592d9f12fea4791c8f32aff755cb547a1 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 14 Nov 2006 17:20:22 +0000 Subject: Removed org.bluez.SDP interface --- hcid/dbus-common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hcid/dbus-common.c') diff --git a/hcid/dbus-common.c b/hcid/dbus-common.c index f40fc1d7..5d6976b5 100644 --- a/hcid/dbus-common.c +++ b/hcid/dbus-common.c @@ -232,8 +232,6 @@ DBusHandlerResult handle_method_call(DBusConnection *conn, DBusMessage *msg, voi return handle_test_method(conn, msg, data); else if (!strcmp(RFCOMM_INTERFACE, iface)) return handle_rfcomm_method(conn, msg, data); - else if (!strcmp(SDP_INTERFACE, iface)) - return handle_sdp_method(conn, msg, data); else return error_unknown_method(conn, msg); } -- cgit