summaryrefslogtreecommitdiff
path: root/libnm/nm-wimax-nsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-wimax-nsp.c')
-rw-r--r--libnm/nm-wimax-nsp.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/libnm/nm-wimax-nsp.c b/libnm/nm-wimax-nsp.c
index 1cbd3eefd0..106f5bd2f0 100644
--- a/libnm/nm-wimax-nsp.c
+++ b/libnm/nm-wimax-nsp.c
@@ -54,27 +54,6 @@ enum {
};
/**
- * nm_wimax_nsp_new:
- * @connection: the #DBusGConnection
- * @path: the D-Bus object path of the WiMAX NSP
- *
- * Creates a new #NMWimaxNsp.
- *
- * Returns: (transfer full): a new WiMAX NSP
- **/
-GObject *
-nm_wimax_nsp_new (DBusGConnection *connection, const char *path)
-{
- g_return_val_if_fail (connection != NULL, NULL);
- g_return_val_if_fail (path != NULL, NULL);
-
- return (GObject *) g_object_new (NM_TYPE_WIMAX_NSP,
- NM_OBJECT_DBUS_CONNECTION, connection,
- NM_OBJECT_DBUS_PATH, path,
- NULL);
-}
-
-/**
* nm_wimax_nsp_get_name:
* @nsp: a #NMWimaxNsp
*