From 4e00e7a15fcc9af9cbe1b8d78b39e93d25f30dca Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 17 Jun 2016 12:35:59 +0200 Subject: [PATCH] wwan: remove unused code --- src/devices/wwan/nm-modem-ofono.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/devices/wwan/nm-modem-ofono.c b/src/devices/wwan/nm-modem-ofono.c index b3ecafc96..98e6e0d97 100644 --- a/src/devices/wwan/nm-modem-ofono.c +++ b/src/devices/wwan/nm-modem-ofono.c @@ -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)