fp-print: Delete not-defined anymore functions
This commit is contained in:
parent
74810a8472
commit
f2ea3e784e
2 changed files with 0 additions and 7 deletions
|
@ -91,8 +91,6 @@ FP_TYPE_PRINT
|
|||
FpFinger
|
||||
FpPrint
|
||||
fp_print_new
|
||||
fp_print_new_from_data
|
||||
fp_print_to_data
|
||||
fp_print_get_driver
|
||||
fp_print_get_device_id
|
||||
fp_print_get_device_stored
|
||||
|
|
|
@ -80,11 +80,6 @@ typedef enum {
|
|||
|
||||
FpPrint *fp_print_new (FpDevice *device);
|
||||
|
||||
FpPrint *fp_print_new_from_data (guchar *data,
|
||||
gsize length);
|
||||
gboolean fp_print_to_data (guchar **data,
|
||||
gsize length);
|
||||
|
||||
const gchar *fp_print_get_driver (FpPrint *print);
|
||||
const gchar *fp_print_get_device_id (FpPrint *print);
|
||||
FpImage *fp_print_get_image (FpPrint *print);
|
||||
|
|
Loading…
Reference in a new issue