mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 20:50:11 +01:00
wwan: remove unused code
This commit is contained in:
parent
735bb933f6
commit
4e00e7a15f
1 changed files with 0 additions and 11 deletions
|
|
@ -70,17 +70,6 @@ typedef struct {
|
|||
|
||||
} NMModemOfonoPrivate;
|
||||
|
||||
#define NM_OFONO_ERROR (nm_ofono_error_quark ())
|
||||
|
||||
static GQuark
|
||||
nm_ofono_error_quark (void)
|
||||
{
|
||||
static GQuark quark = 0;
|
||||
if (!quark)
|
||||
quark = g_quark_from_static_string ("nm-ofono-error");
|
||||
return quark;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
ip_string_to_network_address (const gchar *str,
|
||||
guint32 *out)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue