From bb3ebfe5a2fe1a1786bc2a233a386bffd78fdbae Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 29 Apr 2012 01:06:19 +0200 Subject: [PATCH] notifier: Remove DefaultTechnology signal --- src/notifier.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/notifier.c b/src/notifier.c index 390652a..b328a2a 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -218,26 +218,10 @@ void __connman_notifier_disconnect(enum connman_service_type type) technology_connected(type, FALSE); } -static void technology_default(enum connman_service_type type) -{ - const char *str; - - str = __connman_service_type2string(type); - if (str == NULL) - str = ""; - - connman_dbus_property_changed_basic(CONNMAN_MANAGER_PATH, - CONNMAN_MANAGER_INTERFACE, "DefaultTechnology", - DBUS_TYPE_STRING, &str); -} - void __connman_notifier_default_changed(struct connman_service *service) { - enum connman_service_type type = connman_service_get_type(service); GSList *list; - technology_default(type); - for (list = notifier_list; list; list = list->next) { struct connman_notifier *notifier = list->data; -- 2.7.4