summaryrefslogtreecommitdiff
path: root/libgdm
diff options
context:
space:
mode:
authorAlessandro Bono <alessandro.bono369@gmail.com>2022-09-29 11:26:45 +0200
committerRay Strode <halfline@gmail.com>2022-10-27 19:28:33 +0000
commite7ebc331f5d69ad97685e37708eb3634cab510cd (patch)
tree530eed23ff0b5da8735f1c8293b8b38ba37e90e8 /libgdm
parent33263ebc20c19c18ac4fbe1cb06f9f1821f6358e (diff)
downloadgdm-e7ebc331f5d69ad97685e37708eb3634cab510cd.tar.gz
gdm-client: Remove dead code
'client' is unused.
Diffstat (limited to 'libgdm')
-rw-r--r--libgdm/gdm-client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgdm/gdm-client.c b/libgdm/gdm-client.c
index fb58f1a4..12d4f8ec 100644
--- a/libgdm/gdm-client.c
+++ b/libgdm/gdm-client.c
@@ -96,11 +96,9 @@ on_got_manager (GObject *object,
gpointer user_data)
{
g_autoptr(GTask) task = user_data;
- g_autoptr(GdmClient) client = NULL;
g_autoptr(GdmManager) manager = NULL;
g_autoptr(GError) error = NULL;
- client = GDM_CLIENT (g_async_result_get_source_object (G_ASYNC_RESULT (task)));
manager = gdm_manager_proxy_new_finish (result, &error);
if (error != NULL) {