profile: Remove profile.c and profile.h
[platform/upstream/connman.git] / include / storage.h
index a612feb..c8a7b3c 100644 (file)
@@ -22,7 +22,6 @@
 #ifndef __CONNMAN_STORAGE_H
 #define __CONNMAN_STORAGE_H
 
-#include <connman/profile.h>
 #include <connman/service.h>
 #include <connman/device.h>
 #include <connman/technology.h>
@@ -44,15 +43,9 @@ extern "C" {
 struct connman_storage {
        const char *name;
        int priority;
-       int (*profile_init) (void);
-       int (*profile_load) (struct connman_profile *profile);
-       int (*profile_save) (struct connman_profile *profile);
        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);
 };