summaryrefslogtreecommitdiff
path: root/src/manager.c
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-08-02 20:07:33 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-08-02 20:08:15 +0200
commitf05865b22811d7a7308f71f34a9971034e4f826b (patch)
treec084b57275c6043de49d7401de5cd69b8d70016f /src/manager.c
parentf5be4e8b16d4e0fbc6c3cf02f99cad46c41e16b1 (diff)
downloadconnman-f05865b22811d7a7308f71f34a9971034e4f826b.tar.gz
connman-f05865b22811d7a7308f71f34a9971034e4f826b.tar.bz2
connman-f05865b22811d7a7308f71f34a9971034e4f826b.zip
Remove the manager Providers property
Providers are regular VPN services, no need to differentiate them anymore.
Diffstat (limited to 'src/manager.c')
-rw-r--r--src/manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/manager.c b/src/manager.c
index 45dd06a4..e9b980b5 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -58,8 +58,6 @@ static DBusMessage *get_properties(DBusConnection *conn,
DBUS_TYPE_OBJECT_PATH, __connman_profile_list, NULL);
connman_dbus_dict_append_array(&dict, "Services",
DBUS_TYPE_OBJECT_PATH, __connman_service_list, NULL);
- connman_dbus_dict_append_array(&dict, "Providers",
- DBUS_TYPE_OBJECT_PATH, __connman_provider_list, NULL);
connman_dbus_dict_append_array(&dict, "Technologies",
DBUS_TYPE_OBJECT_PATH, __connman_technology_list, NULL);