From 7efc6496a2ba371543fb55447a8686b10ef8eccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Mon, 10 Dec 2012 15:52:26 -0300 Subject: [PATCH] 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 a45ef2120..2c98355a9 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; }; -- 2.47.3