From 8f7066ec369ff6a0d17c0c01e5b186de1e3368bd Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Wed, 26 Apr 2017 16:08:42 -0700 Subject: [PATCH] client: Remove deprecated properties proxy --- client/device.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/device.c b/client/device.c index 7e35a0ca..22a4f535 100644 --- a/client/device.c +++ b/client/device.c @@ -40,7 +40,6 @@ struct device { struct l_queue *ordered_networks; const struct proxy_interface *adapter; const struct proxy_interface *connected_network; - const struct proxy_interface *properties; const struct proxy_interface *wsc; }; @@ -336,7 +335,6 @@ static void device_destroy(void *data) device->adapter = NULL; device->connected_network = NULL; - device->properties = NULL; device->wsc = NULL; l_free(device);