From e41abf4a7c4f97c679ce748ef7eabbd11bcff3d9 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 12 Apr 2007 14:05:18 +0000 Subject: Remove unused functions --- audio/manager.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'audio/manager.c') 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; -- cgit