mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-06 20:48:14 +02:00
file_storage: Remove definition of FP_FINGER_IS_VALID
This is now provided by libfprint
This commit is contained in:
parent
6903c36157
commit
707ed01059
1 changed files with 0 additions and 3 deletions
|
|
@ -42,9 +42,6 @@
|
|||
#define FILE_STORAGE_PATH "/var/lib/fprint"
|
||||
#define DIR_PERMS 0700
|
||||
|
||||
#define FP_FINGER_IS_VALID(finger) \
|
||||
((finger) >= FP_FINGER_FIRST && (finger) <= FP_FINGER_LAST)
|
||||
|
||||
static const char *get_storage_path()
|
||||
{
|
||||
const char *path;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue