aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDmitriy Paliy <dmitriy.paliy@nokia.com>2011-03-23 15:14:57 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-23 15:29:45 +0200
commit015e26129674116dd697af2fb5386cb2568cabc8 (patch)
tree9b13388ddfe767b99331632c8b03f2006dea75b7 /audio
parentb358f4f350211dfd9d52a0b4fbc611b0c711bcdd (diff)
downloadbluez-015e26129674116dd697af2fb5386cb2568cabc8.tar.gz
Remove unregister interface in telephony-maemo6
g_dbus_unregister_interface is removed from maemo6 telephony driver. Interface com.nokia.MaemoTelephony is not used as result of changes in csd back-end. CreateWith was replaced by Create and CreateFromLast method calls, and set last number is implemented directly in csd. Registration of this interface was removed due to these changes.
Diffstat (limited to 'audio')
-rw-r--r--audio/telephony-maemo6.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c
index ff851f34..55f6a30d 100644
--- a/audio/telephony-maemo6.c
+++ b/audio/telephony-maemo6.c
@@ -66,10 +66,6 @@ enum net_registration_status {
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"
@@ -1923,9 +1919,6 @@ void telephony_exit(void)
g_slist_free(watches);
watches = NULL;
- g_dbus_unregister_interface(connection, TELEPHONY_MAEMO_PATH,
- TELEPHONY_MAEMO_INTERFACE);
-
dbus_connection_unref(connection);
connection = NULL;