diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-13 23:13:39 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:05 +0100 |
commit | 21a722b6169d27ea960ad24ff432f174163ed53a (patch) | |
tree | ec2f189315bbc8a360ee20468dd44ff0dcaa4394 /src/mm-iface-modem-3gpp.h | |
parent | 3de4a2996340844b6808a4ca6e2d31b9b4b791f7 (diff) |
core: don't pass primary port to interface initializations
They will all get it themselves.
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r-- | src/mm-iface-modem-3gpp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h index d22bc775..9c1a0b9f 100644 --- a/src/mm-iface-modem-3gpp.h +++ b/src/mm-iface-modem-3gpp.h @@ -193,7 +193,6 @@ GType mm_iface_modem_3gpp_get_type (void); /* Initialize Modem 3GPP interface (async) */ void mm_iface_modem_3gpp_initialize (MMIfaceModem3gpp *self, - MMAtSerialPort *port, GAsyncReadyCallback callback, gpointer user_data); gboolean mm_iface_modem_3gpp_initialize_finish (MMIfaceModem3gpp *self, |