mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
manager: Remove unused path variable
This commit is contained in:
@ -127,7 +127,6 @@ device_removed_cb (FprintManager *manager, FpDevice *device, FpContext *context)
|
||||
{
|
||||
FprintManagerPrivate *priv = fprint_manager_get_instance_private (manager);
|
||||
GSList *item;
|
||||
g_autofree gchar *path = NULL;
|
||||
|
||||
for (item = priv->dev_registry; item; item = item->next) {
|
||||
FprintDevice *rdev;
|
||||
|
||||
Reference in New Issue
Block a user