From bb759b67155c1d4c46fd8c3244cf3e0554ede018 Mon Sep 17 00:00:00 2001 From: Alok Barsode Date: Wed, 24 Aug 2011 21:31:22 +0200 Subject: device: Remove device persistent code Connman now stores technology states persistently. Hence there is no reason to store device states persistently. --- include/storage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/storage.h b/include/storage.h index a612feba..cf5d3596 100644 --- a/include/storage.h +++ b/include/storage.h @@ -50,9 +50,6 @@ struct connman_storage { enum connman_service_type service_type; int (*service_load) (struct connman_service *service); int (*service_save) (struct connman_service *service); - enum connman_device_type device_type; - int (*device_load) (struct connman_device *device); - int (*device_save) (struct connman_device *device); int (*tech_load) (struct connman_technology *technology); int (*tech_save) (struct connman_technology *technology); }; -- cgit v1.2.3