network: Remove helper functions

They're not complex enough or used in enough places to warrant keeping.
They can be better refactored in the classes that use them.
This commit is contained in:
Robert Ancell 2019-10-18 15:13:55 +13:00 committed by Georges Basile Stavracas Neto
parent 75b4e5e061
commit 7f410ee1c6
5 changed files with 36 additions and 52 deletions

View file

@ -28,8 +28,5 @@ G_BEGIN_DECLS
gchar *panel_device_status_to_localized_string (NMDevice *nm_device,
const gchar *speed);
gchar *panel_get_ip4_address_as_string (NMIPConfig *config);
gchar *panel_get_ip4_dns_as_string (NMIPConfig *config);
gchar *panel_get_ip6_address_as_string (NMIPConfig *config);
G_END_DECLS