fp-image: Remove unused ref_count flag

It's an object so we already ref-count it.
This commit is contained in:
Marco Trevisan (Treviño)
2023-10-10 16:48:37 +02:00
committed by Marco Trevisan
parent 79be91831c
commit 16d02b3ed5

View File

@@ -67,7 +67,6 @@ struct _FpImage
guint8 *binarized;
GPtrArray *minutiae;
guint ref_count;
};
gint fpi_std_sq_dev (const guint8 *buf,