From 3d28836f2c392d38796293878207fcd94f558971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 27 Sep 2013 15:58:44 +0200 Subject: [PATCH] keyring: Remove unused global https://bugzilla.gnome.org/show_bug.cgi?id=708910 --- js/ui/components/keyring.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui/components/keyring.js b/js/ui/components/keyring.js index b17e9bde6..e02ae8f8a 100644 --- a/js/ui/components/keyring.js +++ b/js/ui/components/keyring.js @@ -13,8 +13,6 @@ const ModalDialog = imports.ui.modalDialog; const ShellEntry = imports.ui.shellEntry; const CheckBox = imports.ui.checkBox; -let prompter = null; - const KeyringDialog = new Lang.Class({ Name: 'KeyringDialog', Extends: ModalDialog.ModalDialog,