diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 11:24:20 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 19:01:06 +0200 |
commit | 6363add86a3a848be08def62f5c14f683fb0de34 (patch) | |
tree | ee423fc380666b39da2094038830c8be5d7f1560 /libmm-glib/mm-location-gps-nmea.h | |
parent | b38586a12cd1aca12ebdfa363f2c48773a7ca13b (diff) |
libmm-glib,location-gps-nmea: move deprecated methods to compat source
Diffstat (limited to 'libmm-glib/mm-location-gps-nmea.h')
-rw-r--r-- | libmm-glib/mm-location-gps-nmea.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libmm-glib/mm-location-gps-nmea.h b/libmm-glib/mm-location-gps-nmea.h index e584c82a..d0f8deb1 100644 --- a/libmm-glib/mm-location-gps-nmea.h +++ b/libmm-glib/mm-location-gps-nmea.h @@ -60,11 +60,6 @@ const gchar *mm_location_gps_nmea_get_trace (MMLocationGpsNmea *self, const gchar *trace_type); gchar **mm_location_gps_nmea_get_traces (MMLocationGpsNmea *self); -#ifndef MM_DISABLE_DEPRECATED -G_DEPRECATED_FOR(mm_location_gps_nmea_get_traces) -gchar *mm_location_gps_nmea_build_full (MMLocationGpsNmea *self); -#endif - /*****************************************************************************/ /* ModemManager/libmm-glib/mmcli specific methods */ |