diff options
Diffstat (limited to 'libmm-glib/mm-object.h')
-rw-r--r-- | libmm-glib/mm-object.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmm-glib/mm-object.h b/libmm-glib/mm-object.h index e342fadf..92f43c75 100644 --- a/libmm-glib/mm-object.h +++ b/libmm-glib/mm-object.h @@ -74,10 +74,7 @@ struct _MMObjectClass { }; GType mm_object_get_type (void); - -#if GLIB_CHECK_VERSION(2, 44, 0) G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMObject, g_object_unref) -#endif const gchar *mm_object_get_path (MMObject *self); gchar *mm_object_dup_path (MMObject *self); |