summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-11-26 00:39:30 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-11-26 00:39:30 +0200
commit4a7ef16ea61752ccb2ea7cd1db965b900417cfa0 (patch)
treec0e242c342e58a6dfbc6cd9f1e99411c694ad226 /audio
parent839a47467fb33fdb8df098e86028e6fa9ce7f101 (diff)
Remove unused variable
Diffstat (limited to 'audio')
-rw-r--r--audio/unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/unix.c b/audio/unix.c
index cdb536fe..eeb4a5d6 100644
--- a/audio/unix.c
+++ b/audio/unix.c
@@ -251,7 +251,6 @@ static void headset_setup_complete(struct audio_device *dev, void *user_data)
struct unix_client *client = user_data;
char buf[BT_AUDIO_IPC_PACKET_SIZE];
struct bt_setconfiguration_rsp *rsp = (void *) buf;
- struct headset_data *hs = &client->d.hs;
client->req_id = 0;