Diff between 509d71d550fa40d851abbf52ed4b1bed6be81821 and d4aba10f5c8e843a292b06719d379dfec84e1b9a

Changed Files

File Additions Deletions Status
profiles/audio/transport.c +0 -5 modified

Full Patch

diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index d8116fd..610aca3 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
@@ -90,11 +90,6 @@ struct a2dp_transport {
 	uint16_t		volume;
 };
 
-struct headset_transport {
-	struct audio_device	*device;
-	unsigned int		nrec_id;
-};
-
 struct media_transport {
 	char			*path;		/* Transport object path */
 	struct audio_device	*device;	/* Transport device */