Remove unused function.

This commit is contained in:
yanas 2016-09-26 12:55:18 -05:00
parent c437f64f35
commit 3140257b69
1 changed files with 0 additions and 10 deletions

View File

@ -57,16 +57,6 @@ function createDisplayNameParagraph(key, displayName) {
return p;
}
function stopGlowing(glower) {
window.clearInterval(notificationInterval);
notificationInterval = false;
glower.removeClass('glowing');
if (!ContactList.isVisible()) {
glower.removeClass('active');
}
}
function getContactEl (id) {
return $(`#contacts>li[id="${id}"]`);
}