summaryrefslogtreecommitdiff
path: root/include/storage.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2011-08-24 16:44:25 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-08-25 11:14:24 +0200
commitc47003378095e649713cffd234a915912a04fbf5 (patch)
treeeff4ce0600f791b71704168c85800590babd902d /include/storage.h
parentf8ef8b2a7f7ef1bd9e26df6cfb19a838e6b10b17 (diff)
downloadconnman-c47003378095e649713cffd234a915912a04fbf5.tar.gz
connman-c47003378095e649713cffd234a915912a04fbf5.tar.bz2
connman-c47003378095e649713cffd234a915912a04fbf5.zip
storage: Remove technology state load/save methods from storage module
Diffstat (limited to 'include/storage.h')
-rw-r--r--include/storage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/storage.h b/include/storage.h
index c8a7b3c0..f75ee974 100644
--- a/include/storage.h
+++ b/include/storage.h
@@ -46,8 +46,6 @@ struct connman_storage {
enum connman_service_type service_type;
int (*service_load) (struct connman_service *service);
int (*service_save) (struct connman_service *service);
- int (*tech_load) (struct connman_technology *technology);
- int (*tech_save) (struct connman_technology *technology);
};
int connman_storage_register(struct connman_storage *storage);