summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-11 10:46:44 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-11 10:46:44 +0200
commitbef8a121edcda710c1c3ed2074a505557dd7d225 (patch)
tree252720d593bd1ee3c1f37ef1875e4abac69e1431 /src/profile.h
parentafc8cdfb40888c6029d7fdbbf902e9e55dfcd758 (diff)
downloadbluez-bef8a121edcda710c1c3ed2074a505557dd7d225.tar.gz
profile: Get rid of not needed btd_profile_cb define
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/profile.h b/src/profile.h
index 826d8dd52..8339c7a63 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -27,11 +27,6 @@
#define BTD_PROFILE_PRIORITY_MEDIUM 1
#define BTD_PROFILE_PRIORITY_HIGH 2
-struct btd_profile;
-
-typedef void (*btd_profile_cb)(struct btd_device *device,
- struct btd_profile *profile, int err);
-
struct btd_profile {
const char *name;
int priority;