[gnome-shell] loginDialog: Remove now unused functions



commit dc15df1aa725a6326df28e4219b726254c7e4c81
Author: Florian MÃllner <fmuellner gnome org>
Date:   Thu Oct 4 18:49:11 2012 +0200

    loginDialog: Remove now unused functions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685201

 js/gdm/loginDialog.js |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 350e2c7..d7fd1dc 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -150,14 +150,6 @@ const UserListItem = new Lang.Class({
         this.emit('activate');
     },
 
-    fadeOutName: function() {
-        return GdmUtil.fadeOutActor(this._nameLabel);
-    },
-
-    fadeInName: function() {
-        return GdmUtil.fadeInActor(this._nameLabel);
-    },
-
     showTimedLoginIndicator: function(time) {
         let hold = new Batch.Hold();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]