Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vasily Khoruzhick
libfprint
Commits
1781ad14
Commit
1781ad14
authored
Nov 29, 2018
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib: Remove unused fp_imgdev_verify_state enum
parent
d2e3ad4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
doc/libfprint-sections.txt
doc/libfprint-sections.txt
+0
-1
libfprint/fpi-dev-img.h
libfprint/fpi-dev-img.h
+0
-5
No files found.
doc/libfprint-sections.txt
View file @
1781ad14
...
@@ -203,7 +203,6 @@ fpi_dev_set_nr_enroll_stages
...
@@ -203,7 +203,6 @@ fpi_dev_set_nr_enroll_stages
fp_imgdev_action
fp_imgdev_action
fp_imgdev_state
fp_imgdev_state
fp_imgdev_enroll_state
fp_imgdev_enroll_state
fp_imgdev_verify_state
fpi_imgdev_abort_scan
fpi_imgdev_abort_scan
fpi_imgdev_activate_complete
fpi_imgdev_activate_complete
...
...
libfprint/fpi-dev-img.h
View file @
1781ad14
...
@@ -83,11 +83,6 @@ enum fp_imgdev_enroll_state {
...
@@ -83,11 +83,6 @@ enum fp_imgdev_enroll_state {
IMG_ACQUIRE_STATE_DEACTIVATING
,
IMG_ACQUIRE_STATE_DEACTIVATING
,
};
};
enum
fp_imgdev_verify_state
{
IMG_VERIFY_STATE_NONE
=
0
,
IMG_VERIFY_STATE_ACTIVATING
};
void
fpi_imgdev_open_complete
(
struct
fp_img_dev
*
imgdev
,
int
status
);
void
fpi_imgdev_open_complete
(
struct
fp_img_dev
*
imgdev
,
int
status
);
void
fpi_imgdev_close_complete
(
struct
fp_img_dev
*
imgdev
);
void
fpi_imgdev_close_complete
(
struct
fp_img_dev
*
imgdev
);
void
fpi_imgdev_activate_complete
(
struct
fp_img_dev
*
imgdev
,
int
status
);
void
fpi_imgdev_activate_complete
(
struct
fp_img_dev
*
imgdev
,
int
status
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment