From 4a7ef16ea61752ccb2ea7cd1db965b900417cfa0 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 26 Nov 2008 00:39:30 +0200 Subject: Remove unused variable --- audio/unix.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit