OSDN Git Service

avdtp: Remove unused avdtp_stream_setup_active function
authorSzymon Janc <szymon.janc@tieto.com>
Thu, 10 Oct 2013 08:53:38 +0000 (10:53 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 10 Oct 2013 20:35:23 +0000 (22:35 +0200)
It is not used anywhere and can be removed.

profiles/audio/avdtp.c
profiles/audio/avdtp.h

index 1f29050..e83245e 100644 (file)
@@ -3857,11 +3857,6 @@ gboolean avdtp_has_stream(struct avdtp *session, struct avdtp_stream *stream)
        return g_slist_find(session->streams, stream) ? TRUE : FALSE;
 }
 
-gboolean avdtp_stream_setup_active(struct avdtp *session)
-{
-       return session->stream_setup;
-}
-
 void avdtp_set_device_disconnect(struct avdtp *session, gboolean dev_dc)
 {
        session->device_disconnect = dev_dc;
index e19dfc3..3bf7503 100644 (file)
@@ -307,7 +307,6 @@ int avdtp_error_posix_errno(struct avdtp_error *err);
 struct btd_adapter *avdtp_get_adapter(struct avdtp *session);
 struct btd_device *avdtp_get_device(struct avdtp *session);
 
-gboolean avdtp_stream_setup_active(struct avdtp *session);
 void avdtp_set_device_disconnect(struct avdtp *session, gboolean dev_dc);
 
 int avdtp_init(struct btd_adapter *adapter);