summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2011-08-24 16:44:23 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-08-25 11:14:23 +0200
commitf988a23814bd55184ceea65f35a06bbdba687ada (patch)
treed7925e156aa9bf35c2861d67340bbfa4057cd99c /include
parent3c6dce491343ca61ef568b1a6e2ef92d644a70c7 (diff)
downloadconnman-f988a23814bd55184ceea65f35a06bbdba687ada.tar.gz
connman-f988a23814bd55184ceea65f35a06bbdba687ada.tar.bz2
connman-f988a23814bd55184ceea65f35a06bbdba687ada.zip
profile: Remove profile.c and profile.h
Diffstat (limited to 'include')
-rw-r--r--include/profile.h41
-rw-r--r--include/storage.h4
2 files changed, 0 insertions, 45 deletions
diff --git a/include/profile.h b/include/profile.h
deleted file mode 100644
index cea395e0..00000000
--- a/include/profile.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- *
- * Connection Manager
- *
- * Copyright (C) 2007-2010 Intel Corporation. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- */
-
-#ifndef __CONNMAN_PROFILE_H
-#define __CONNMAN_PROFILE_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/**
- * SECTION:profile
- * @title: Profile premitives
- * @short_description: Functions for handling profiles
- */
-
-struct connman_profile;
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __CONNMAN_PROFILE_H */
diff --git a/include/storage.h b/include/storage.h
index cf5d3596..c8a7b3c0 100644
--- a/include/storage.h
+++ b/include/storage.h
@@ -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,9 +43,6 @@ 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);