summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-04-12 14:05:18 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-04-12 14:05:18 +0000
commite41abf4a7c4f97c679ce748ef7eabbd11bcff3d9 (patch)
tree5bee33bba0aab2dcbd6aa4623678bf914fbfff22 /audio
parentb47f37f54576c39dc863c14cdc7a623fc13a729f (diff)
Remove unused functions
Diffstat (limited to 'audio')
-rw-r--r--audio/manager.c5
-rw-r--r--audio/manager.h4
2 files changed, 0 insertions, 9 deletions
diff --git a/audio/manager.c b/audio/manager.c
index 03a6fc47..3265c89e 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -436,11 +436,6 @@ static const DBusObjectPathVTable am_table = {
.message_function = am_message,
};
-DBusConnection *manager_get_dbus_conn(void)
-{
- return connection;
-}
-
int audio_init(DBusConnection *conn)
{
GIOChannel *io;
diff --git a/audio/manager.h b/audio/manager.h
index 9a9948ff..4b5975a8 100644
--- a/audio/manager.h
+++ b/audio/manager.h
@@ -33,10 +33,6 @@
void manager_add_headset(char *path);
-struct headset *manager_find_headset_by_bda(bdaddr_t *bda);
-
-DBusConnection *manager_get_dbus_conn(void);
-
int audio_init(DBusConnection *conn);
void audio_exit(void);