2012-12-10 18:52:26

by Joao Paulo Rechi Vita

[permalink] [raw]
Subject: [PATCH BlueZ] audio: remove unused field from audio_device

---
profiles/audio/device.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/profiles/audio/device.h b/profiles/audio/device.h
index a45ef21..2c98355 100644
--- a/profiles/audio/device.h
+++ b/profiles/audio/device.h
@@ -39,7 +39,6 @@ struct audio_device {
struct sink *sink;
struct source *source;
struct control *control;
- struct target *target;

struct dev_priv *priv;
};
--
1.7.11.7



2012-12-10 19:59:58

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH BlueZ] audio: remove unused field from audio_device

Hi Jo?o Paulo,

On Mon, Dec 10, 2012, Jo?o Paulo Rechi Vita wrote:
> ---
> profiles/audio/device.h | 1 -
> 1 file changed, 1 deletion(-)

Applied. Thanks.

Johan