aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-01-01 11:58:42 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-01-11 10:05:46 +0100
commiteec5d00a97582830baf7e0458f483ffc04398da0 (patch)
tree9a462e794680b39c828bd69a1fe78673145847c9 /src/mm-iface-modem.h
parent7c87555bf850aa1066c908359d8ff101cd04eb98 (diff)
core,plugins: remove initial power down sequence
We no longer power down the modem during initialization, so remove that implementation.
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r--src/mm-iface-modem.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h
index 6ba2b3fb..1eb243f1 100644
--- a/src/mm-iface-modem.h
+++ b/src/mm-iface-modem.h
@@ -58,14 +58,6 @@ struct _MMIfaceModem {
GAsyncResult *res,
GError **error);
- /* Asynchronous modem power-down operation run during initialization */
- void (*modem_init_power_down) (MMIfaceModem *self,
- GAsyncReadyCallback callback,
- gpointer user_data);
- gboolean (*modem_init_power_down_finish) (MMIfaceModem *self,
- GAsyncResult *res,
- GError **error);
-
/* Loading of the Manufacturer property */
void (*load_manufacturer) (MMIfaceModem *self,
GAsyncReadyCallback callback,