summaryrefslogtreecommitdiff
path: root/include/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/storage.h')
-rw-r--r--include/storage.h3
1 files changed, 0 insertions, 3 deletions
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);
};