summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-12-04 12:18:36 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-04 12:18:36 +1300
commit0da72d7f7aff1bb949289b02002b78a2ceea6309 (patch)
tree8cb1b21d1c274b52d1b2de825ab3a92fd3598ad1
parent6f85ec2ae7a7f9fb329f2e5dfd14b45117b48d85 (diff)
downloadgdm-0da72d7f7aff1bb949289b02002b78a2ceea6309.tar.gz
Remove unused variable
-rw-r--r--daemon/gdm-display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/gdm-display.c b/daemon/gdm-display.c
index 6a3984a9..1b58781d 100644
--- a/daemon/gdm-display.c
+++ b/daemon/gdm-display.c
@@ -1460,8 +1460,6 @@ can_create_environment (const char *session_id)
static gboolean
already_done_initial_setup_on_this_boot (void)
{
- GError *error = NULL;
-
if (g_file_test (ALREADY_RAN_INITIAL_SETUP_ON_THIS_BOOT, G_FILE_TEST_EXISTS))
return TRUE;