summaryrefslogtreecommitdiff
path: root/libgdm
diff options
context:
space:
mode:
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) {