From d15282bff1caa51c1496f6258fa141ae54add125 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 28 May 2018 12:48:20 +0200 Subject: [PATCH] lib: Remove minutiae utils from internal header It's only used by drivers. --- libfprint/fp_internal.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libfprint/fp_internal.h b/libfprint/fp_internal.h index 6b74c4ac..57d1e351 100644 --- a/libfprint/fp_internal.h +++ b/libfprint/fp_internal.h @@ -418,9 +418,5 @@ void fpi_imgdev_image_captured(struct fp_img_dev *imgdev, struct fp_img *img); void fpi_imgdev_abort_scan(struct fp_img_dev *imgdev, int result); void fpi_imgdev_session_error(struct fp_img_dev *imgdev, int error); -/* utils */ -int fpi_std_sq_dev(const unsigned char *buf, int size); -int fpi_mean_sq_diff_norm(unsigned char *buf1, unsigned char *buf2, int size); - #endif