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-cdma.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-cdma.h')
-rw-r--r-- | src/mm-iface-modem-cdma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-iface-modem-cdma.h b/src/mm-iface-modem-cdma.h index 90a50d98..ed587c4d 100644 --- a/src/mm-iface-modem-cdma.h +++ b/src/mm-iface-modem-cdma.h @@ -154,7 +154,6 @@ GType mm_iface_modem_cdma_get_type (void); /* Initialize CDMA interface (async) */ void mm_iface_modem_cdma_initialize (MMIfaceModemCdma *self, - MMAtSerialPort *port, GAsyncReadyCallback callback, gpointer user_data); gboolean mm_iface_modem_cdma_initialize_finish (MMIfaceModemCdma *self, |