From d4aba10f5c8e843a292b06719d379dfec84e1b9a Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 29 Nov 2012 11:06:36 +0200 Subject: [PATCH] media: Remove left over of HFP removal --- profiles/audio/transport.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c index d8116fd31..610aca3ec 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 */ -- 2.47.3