diff --git a/profiles/audio/device.c b/profiles/audio/device.c
index 0d66d9a..080ebc9 100644
--- a/profiles/audio/device.c
+++ b/profiles/audio/device.c
{
DBG("%s", device_get_path(device->btd_dev));
- if (device->hs_preauth_id) {
- g_source_remove(device->hs_preauth_id);
- device->hs_preauth_id = 0;
- }
-
if (device->sink)
sink_unregister(device);
diff --git a/profiles/audio/device.h b/profiles/audio/device.h
index 325214b..a45ef21 100644
--- a/profiles/audio/device.h
+++ b/profiles/audio/device.h
struct control *control;
struct target *target;
- guint hs_preauth_id;
- guint hs_auth_id;
-
struct dev_priv *priv;
};