Explorar el Código

Remove unused function.

master
yanas hace 9 años
padre
commit
3140257b69
Se han modificado 1 ficheros con 0 adiciones y 10 borrados
  1. 0
    10
      modules/UI/side_pannels/contactlist/ContactList.js

+ 0
- 10
modules/UI/side_pannels/contactlist/ContactList.js Ver fichero

@@ -57,16 +57,6 @@ function createDisplayNameParagraph(key, displayName) {
57 57
     return p;
58 58
 }
59 59
 
60
-
61
-function stopGlowing(glower) {
62
-    window.clearInterval(notificationInterval);
63
-    notificationInterval = false;
64
-    glower.removeClass('glowing');
65
-    if (!ContactList.isVisible()) {
66
-        glower.removeClass('active');
67
-    }
68
-}
69
-
70 60
 function getContactEl (id) {
71 61
     return $(`#contacts>li[id="${id}"]`);
72 62
 }

Loading…
Cancelar
Guardar