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-location.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-location.h')
-rw-r--r-- | src/mm-iface-modem-location.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-iface-modem-location.h b/src/mm-iface-modem-location.h index f901175b..4634fd1b 100644 --- a/src/mm-iface-modem-location.h +++ b/src/mm-iface-modem-location.h @@ -62,7 +62,6 @@ GType mm_iface_modem_location_get_type (void); /* Initialize Location interface (async) */ void mm_iface_modem_location_initialize (MMIfaceModemLocation *self, - MMAtSerialPort *port, GAsyncReadyCallback callback, gpointer user_data); gboolean mm_iface_modem_location_initialize_finish (MMIfaceModemLocation *self, |