lib: Remove minutiae utils from internal header
It's only used by drivers.
This commit is contained in:
parent
00637c4f0b
commit
d15282bff1
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue