Diff between f2c695dd1dc102148ee31abf69e338b2c01b675e and 7efc6496a2ba371543fb55447a8686b10ef8eccc
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/device.h | +0 | -1 | modified |
Full Patch
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;
};