diff options
Diffstat (limited to 'libmm-glib/mm-location-gps-raw.h')
-rw-r--r-- | libmm-glib/mm-location-gps-raw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmm-glib/mm-location-gps-raw.h b/libmm-glib/mm-location-gps-raw.h index 97783774..20fb3dc8 100644 --- a/libmm-glib/mm-location-gps-raw.h +++ b/libmm-glib/mm-location-gps-raw.h @@ -56,10 +56,7 @@ struct _MMLocationGpsRawClass { }; GType mm_location_gps_raw_get_type (void); - -#if GLIB_CHECK_VERSION(2, 44, 0) G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMLocationGpsRaw, g_object_unref) -#endif const gchar *mm_location_gps_raw_get_utc_time (MMLocationGpsRaw *self); gdouble mm_location_gps_raw_get_longitude (MMLocationGpsRaw *self); |