summaryrefslogtreecommitdiff
path: root/include/storage.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2011-08-24 21:31:22 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-08-25 11:14:23 +0200
commitbb759b67155c1d4c46fd8c3244cf3e0554ede018 (patch)
treef5c55746d76f40e7e6916510c6fe7d60ce31b4ec /include/storage.h
parentc5d6d86b2fe8a7e173aa0cd6938caf277d4fd9a9 (diff)
downloadconnman-bb759b67155c1d4c46fd8c3244cf3e0554ede018.tar.gz
connman-bb759b67155c1d4c46fd8c3244cf3e0554ede018.tar.bz2
connman-bb759b67155c1d4c46fd8c3244cf3e0554ede018.zip
device: Remove device persistent code
Connman now stores technology states persistently. Hence there is no reason to store device states persistently.
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);
};