From 09d34a2129ced6b07592e7508bf521cc45b365e2 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 17 Jul 2013 11:58:05 -0400 Subject: [PATCH] unlockDialog: drop unused variable https://bugzilla.gnome.org/show_bug.cgi?id=702308 --- js/ui/unlockDialog.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/unlockDialog.js b/js/ui/unlockDialog.js index 75d11381d..6a83ccf99 100644 --- a/js/ui/unlockDialog.js +++ b/js/ui/unlockDialog.js @@ -41,7 +41,6 @@ const UnlockDialog = new Lang.Class({ this._userName = GLib.get_user_name(); this._user = this._userManager.get_user(this._userName); - this._failCounter = 0; this._firstQuestion = true; this._greeterClient = new Gdm.Client();