summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2016-06-23 11:09:32 -0500
committerThomas Haller <thaller@redhat.com>2016-06-28 17:34:42 +0200
commit3c054e21ba6d7c658498721215190e745394883a (patch)
treef267f754b7f50d2fc39381604dd8adaecb3a2d1d
parent87aa671e6b595092656a782e35c6f1f2bd84832a (diff)
downloadNetworkManager-3c054e21ba6d7c658498721215190e745394883a.tar.gz
wwan/ofono: remove some unused types
-rw-r--r--src/devices/wwan/nm-modem-ofono.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/wwan/nm-modem-ofono.h b/src/devices/wwan/nm-modem-ofono.h
index ccfae85033..5965526d61 100644
--- a/src/devices/wwan/nm-modem-ofono.h
+++ b/src/devices/wwan/nm-modem-ofono.h
@@ -29,7 +29,6 @@
#define NM_MODEM_OFONO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), NM_TYPE_MODEM_OFONO, NMModemOfonoClass))
#define NM_IS_MODEM_OFONO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_MODEM_OFONO))
#define NM_MODEM_OFONO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_MODEM_OFONO, NMModemOfonoClass))
-#define NM_MODEM_OFONO_MODEM "modem"
#define OFONO_DBUS_SERVICE "org.ofono"
#define OFONO_DBUS_PATH "/"
@@ -39,12 +38,6 @@
#define OFONO_DBUS_INTERFACE_CONNECTION_CONTEXT "org.ofono.ConnectionContext"
#define OFONO_DBUS_INTERFACE_SIM_MANAGER "org.ofono.SimManager"
-typedef enum {
- NM_OFONO_ERROR_CONNECTION_NOT_OFONO = 0, /*< nick=ConnectionNotOfono >*/
- NM_OFONO_ERROR_CONNECTION_INVALID, /*< nick=ConnectionInvalid >*/
- NM_OFONO_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
-} NMOfonoError;
-
typedef struct {
NMModem parent;
} NMModemOfono;