loginDialog: Remove unused variable

This commit is contained in:
Florian Müllner 2014-04-03 14:41:15 +02:00
parent 2b365627ed
commit 2a63267be0

View File

@ -48,8 +48,6 @@ const _SCROLL_ANIMATION_TIME = 0.5;
const _TIMED_LOGIN_IDLE_THRESHOLD = 5.0;
const _LOGO_ICON_HEIGHT = 48;
let _loginDialog = null;
const UserListItem = new Lang.Class({
Name: 'UserListItem',