mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
device: Remove unused code
The code was left over when adding the function to create the session data.
This commit is contained in:
committed by
Benjamin Berg
parent
ebfcbdd13e
commit
be5d283a3e
@ -792,8 +792,6 @@ static gboolean fprint_device_claim (FprintDBusDevice *dbus_dev,
|
|||||||
|
|
||||||
session = session_data_set_new (priv, g_steal_pointer (&sender), g_steal_pointer(&user));
|
session = session_data_set_new (priv, g_steal_pointer (&sender), g_steal_pointer(&user));
|
||||||
session->invocation = g_object_ref (invocation);
|
session->invocation = g_object_ref (invocation);
|
||||||
username = g_steal_pointer (&user);
|
|
||||||
sender = g_steal_pointer (&sender);
|
|
||||||
|
|
||||||
g_debug ("user '%s' claiming the device: %d", session->username, priv->id);
|
g_debug ("user '%s' claiming the device: %d", session->username, priv->id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user