From 6e3b013a66901957d76f25116e28927c6de4efc0 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 25 Sep 2012 13:23:31 +0300 Subject: [PATCH] core: Remove btd_get_profiles --- src/profile.c | 5 ----- src/profile.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/src/profile.c b/src/profile.c index 71861f520..5b40b1628 100644 --- a/src/profile.c +++ b/src/profile.c @@ -61,8 +61,3 @@ void btd_profile_unregister(struct btd_profile *profile) { profiles = g_slist_remove(profiles, profile); } - -GSList *btd_get_profiles(void) -{ - return profiles; -} diff --git a/src/profile.h b/src/profile.h index 513188ba4..0e73ef4eb 100644 --- a/src/profile.h +++ b/src/profile.h @@ -52,5 +52,3 @@ void btd_profile_foreach(void (*func)(struct btd_profile *p, void *data), int btd_profile_register(struct btd_profile *profile); void btd_profile_unregister(struct btd_profile *profile); - -GSList *btd_get_profiles(void); -- 2.47.3