summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-31 12:59:23 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-06 20:15:41 +0200
commit4aaafc54c78f96160675109a27c4fde75ebb6f2e (patch)
tree487109407907aabcf496bd05acd8dd67dd88bea8 /src/mm-iface-modem-3gpp.h
parent4d5892204d9f28b65a9f1a8495c036c7448791bc (diff)
downloadModemManager-4aaafc54c78f96160675109a27c4fde75ebb6f2e.tar.gz
iface-modem-3gpp: removed the 'setup indicators' step
The previous logic would first request to check if indicators were supported, and only then allow to setup/enable/cleanup/disable unsolicited events. This behaviour is very specific to the generic 3GPP case, and therefore it shouldn't be handled in the even more generic 3GPP interface. The logic is still kept, but handled within the MMBroadbandModem object.
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index 779b82e13..12dc8bda8 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -66,14 +66,6 @@ struct _MMIfaceModem3gpp {
GAsyncResult *res,
GError **error);
- /* Asynchronous setup of indicators */
- void (*setup_indicators) (MMIfaceModem3gpp *self,
- GAsyncReadyCallback callback,
- gpointer user_data);
- gboolean (*setup_indicators_finish) (MMIfaceModem3gpp *self,
- GAsyncResult *res,
- GError **error);
-
/* Asynchronous setting up unsolicited events */
void (*setup_unsolicited_events) (MMIfaceModem3gpp *self,
GAsyncReadyCallback callback,