diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-14 21:47:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-30 21:05:56 +0200 |
commit | d772301cd4618e792053868aec60b39d9b8dbae5 (patch) | |
tree | c5dcfb551d1ef11706e317c511426f67b53a9c96 /plugins/cinterion/mm-common-cinterion.h | |
parent | 1857e9b36e3540404fc864a30ce371635e476aec (diff) |
cinterion: setup GPS port only if GPS support detected
i.e. if AT^SGPSS not supported, we don't even add traces handler to
the GPS data port.
Diffstat (limited to 'plugins/cinterion/mm-common-cinterion.h')
-rw-r--r-- | plugins/cinterion/mm-common-cinterion.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/cinterion/mm-common-cinterion.h b/plugins/cinterion/mm-common-cinterion.h index 02b01751..47a4a97d 100644 --- a/plugins/cinterion/mm-common-cinterion.h +++ b/plugins/cinterion/mm-common-cinterion.h @@ -44,8 +44,6 @@ gboolean mm_common_cinterion_disable_location_gathering_finish (MMI GAsyncResult *res, GError **error); -void mm_common_cinterion_setup_gps_port (MMBroadbandModem *self); - void mm_common_cinterion_peek_parent_location_interface (MMIfaceModemLocation *iface); #endif /* MM_COMMON_CINTERION_H */ |