From 05a0241d1aad1a423d839bf191ce7059eabd7642 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 3 Mar 2015 15:38:11 +0200 Subject: [PATCH] android: Remove unused field struct avdtp_server is no longer needed. --- android/avdtp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/avdtp.c b/android/avdtp.c index b8a21470b..3e32e5780 100644 --- a/android/avdtp.c +++ b/android/avdtp.c @@ -376,8 +376,6 @@ struct avdtp { uint16_t version; - struct avdtp_server *server; - guint auth_id; GIOChannel *io; -- 2.47.3