From 16d02b3ed5f77c40e231a2049b492641b6b797ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 10 Oct 2023 16:48:37 +0200 Subject: [PATCH] fp-image: Remove unused ref_count flag It's an object so we already ref-count it. --- libfprint/fpi-image.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libfprint/fpi-image.h b/libfprint/fpi-image.h index 3554bb7b..5cdf4e82 100644 --- a/libfprint/fpi-image.h +++ b/libfprint/fpi-image.h @@ -67,7 +67,6 @@ struct _FpImage guint8 *binarized; GPtrArray *minutiae; - guint ref_count; }; gint fpi_std_sq_dev (const guint8 *buf,