core: remove nm_utils_normalize_connection function

This functionality is now provided by nm_connection_normalize().

Contrary to nm_utils_normalize_connection(), nm_connection_normalize()
is in libnm-util and available to clients as well.

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller
2013-12-01 23:43:14 +01:00
parent 29d538239f
commit f600f31289
6 changed files with 56 additions and 125 deletions

View File

@@ -93,8 +93,6 @@ void value_hash_add_object_property (GHashTable *hash,
const char *prop,
GType val_type);
void nm_utils_normalize_connection (NMConnection *connection,
gboolean default_enable_ipv6);
const char *nm_utils_get_ip_config_method (NMConnection *connection,
GType ip_setting_type);