aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-modem-gobi-gsm.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-11-06 15:11:01 -0800
committerDan Williams <dcbw@redhat.com>2009-11-06 15:11:01 -0800
commit3c6e4056e7cded28e612a76d9321f54fb1b51ce2 (patch)
treeed971fb124232775b1f5c92b04a78209b164bba6 /plugins/mm-modem-gobi-gsm.c
parent9bbc6ab53b14097c510548dde4818a596e551617 (diff)
parent74f679acdb8caa15c59b6b84b6a117a144426720 (diff)
Merge commit 'origin/master' into states
Diffstat (limited to 'plugins/mm-modem-gobi-gsm.c')
-rw-r--r--plugins/mm-modem-gobi-gsm.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/plugins/mm-modem-gobi-gsm.c b/plugins/mm-modem-gobi-gsm.c
index 8b8370ca..7ea9f8f4 100644
--- a/plugins/mm-modem-gobi-gsm.c
+++ b/plugins/mm-modem-gobi-gsm.c
@@ -103,39 +103,7 @@ mm_modem_gobi_gsm_init (MMModemGobiGsm *self)
}
static void
-get_property (GObject *object, guint prop_id,
- GValue *value, GParamSpec *pspec)
-{
-
- /* These devices just don't implement AT+CFUN */
-
- switch (prop_id) {
- case MM_GENERIC_GSM_PROP_INIT_CMD:
- g_value_set_string (value, "Z E0 V1 +CMEE=1");
- break;
- default:
- break;
- }
-}
-
-static void
-set_property (GObject *object, guint prop_id,
- const GValue *value, GParamSpec *pspec)
-{
-}
-
-static void
mm_modem_gobi_gsm_class_init (MMModemGobiGsmClass *klass)
{
- GObjectClass *object_class = G_OBJECT_CLASS (klass);
-
- mm_modem_gobi_gsm_parent_class = g_type_class_peek_parent (klass);
-
- object_class->get_property = get_property;
- object_class->set_property = set_property;
-
- g_object_class_override_property (object_class,
- MM_GENERIC_GSM_PROP_INIT_CMD,
- MM_GENERIC_GSM_INIT_CMD);
}