aboutsummaryrefslogtreecommitdiff
path: root/src/mm-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-utils.h')
-rw-r--r--src/mm-utils.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mm-utils.h b/src/mm-utils.h
index 613205a3..43fcbfef 100644
--- a/src/mm-utils.h
+++ b/src/mm-utils.h
@@ -80,16 +80,4 @@
} \
MM_DEFINE_SINGLETON_DESTRUCTOR(TYPE)
-
-#if !GLIB_CHECK_VERSION(2,54,0)
-
-/* Pointer Array lookup with a GEqualFunc, imported from GLib 2.54 */
-#define g_ptr_array_find_with_equal_func mm_ptr_array_find_with_equal_func
-gboolean mm_ptr_array_find_with_equal_func (GPtrArray *haystack,
- gconstpointer needle,
- GEqualFunc equal_func,
- guint *index_);
-
-#endif
-
#endif /* MM_UTILS_H */