client: Remove deprecated properties proxy

This commit is contained in:
Tim Kourt 2017-04-26 16:08:42 -07:00 committed by Denis Kenzior
parent 5b94af5aab
commit 8f7066ec36
1 changed files with 0 additions and 2 deletions

View File

@ -40,7 +40,6 @@ struct device {
struct l_queue *ordered_networks; struct l_queue *ordered_networks;
const struct proxy_interface *adapter; const struct proxy_interface *adapter;
const struct proxy_interface *connected_network; const struct proxy_interface *connected_network;
const struct proxy_interface *properties;
const struct proxy_interface *wsc; const struct proxy_interface *wsc;
}; };
@ -336,7 +335,6 @@ static void device_destroy(void *data)
device->adapter = NULL; device->adapter = NULL;
device->connected_network = NULL; device->connected_network = NULL;
device->properties = NULL;
device->wsc = NULL; device->wsc = NULL;
l_free(device); l_free(device);