diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c
index ff851f3..55f6a30 100644
--- a/audio/telephony-maemo6.c
+++ b/audio/telephony-maemo6.c
NETWORK_REG_STATUS_UNKOWN
};
-/* Driver definitions */
-#define TELEPHONY_MAEMO_PATH "/com/nokia/MaemoTelephony"
-#define TELEPHONY_MAEMO_INTERFACE "com.nokia.MaemoTelephony"
-
/* CSD CALL plugin D-Bus definitions */
#define CSD_CALL_BUS_NAME "com.nokia.csd.Call"
#define CSD_CALL_INTERFACE "com.nokia.csd.Call"
g_slist_free(watches);
watches = NULL;
- g_dbus_unregister_interface(connection, TELEPHONY_MAEMO_PATH,
- TELEPHONY_MAEMO_INTERFACE);
-
dbus_connection_unref(connection);
connection = NULL;