From 6db3b6fa1b9199bac725090b377b2480752080ce Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 10 Oct 2013 10:53:41 +0200 Subject: [PATCH] avdtp: Remove not needed forward declaration auth_cb function is not used before definition so no need to forward declare it. --- profiles/audio/avdtp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c index e5d413946..5b8d7b1a8 100644 --- a/profiles/audio/avdtp.c +++ b/profiles/audio/avdtp.c @@ -442,7 +442,6 @@ static int process_queue(struct avdtp *session); static void avdtp_sep_set_state(struct avdtp *session, struct avdtp_local_sep *sep, avdtp_state_t state); -static void auth_cb(DBusError *derr, void *user_data); static struct avdtp_server *find_server(GSList *list, struct btd_adapter *a) { -- 2.47.3