Don't crash the server if there's no devices

Big ninny just crashed because there's no fingerprint readers. Hoo,
hoo. My eyes are bleeding.
This commit is contained in:
Bastien Nocera
2008-11-24 12:50:34 +00:00
committed by Daniel Drake
parent 9743d9d2a0
commit 1abf51afa4
3 changed files with 3 additions and 26 deletions

View File

@ -70,7 +70,6 @@ typedef struct FprintManager FprintManager;
typedef struct FprintManagerClass FprintManagerClass;
FprintManager *fprint_manager_new(gboolean no_timeout);
GError *fprint_manager_get_error(FprintManager *manager);
GType fprint_manager_get_type(void);
/* Device */