loginDialog: Remove now unused functions
https://bugzilla.gnome.org/show_bug.cgi?id=685201
This commit is contained in:
parent
05f5fac35b
commit
dc15df1aa7
@ -150,14 +150,6 @@ const UserListItem = new Lang.Class({
|
|||||||
this.emit('activate');
|
this.emit('activate');
|
||||||
},
|
},
|
||||||
|
|
||||||
fadeOutName: function() {
|
|
||||||
return GdmUtil.fadeOutActor(this._nameLabel);
|
|
||||||
},
|
|
||||||
|
|
||||||
fadeInName: function() {
|
|
||||||
return GdmUtil.fadeInActor(this._nameLabel);
|
|
||||||
},
|
|
||||||
|
|
||||||
showTimedLoginIndicator: function(time) {
|
showTimedLoginIndicator: function(time) {
|
||||||
let hold = new Batch.Hold();
|
let hold = new Batch.Hold();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user