From 17876994c473ee244df17dec42c1a79e08407e2c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 9 Jul 2021 12:05:38 +0200 Subject: utils: remove custom g_ptr_array_find_with_equal_func() This was required when building with GLib < 2.54, but we now require 2.56 as minimum, so it is no longer needed. --- src/mm-utils.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/mm-utils.h') 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 */ -- cgit v1.2.3-70-g09d2