ref(toolbar): remove contact list

This commit is contained in:
Leonard Kim
2018-04-09 20:16:43 -07:00
committed by Saúl Ibarra Corretgé
parent 7d86e3f8e7
commit 1eee20dd5a
22 changed files with 2 additions and 460 deletions

View File

@@ -81,10 +81,6 @@ function initCommands() {
sendAnalytics(createApiEvent('chat.toggled'));
APP.UI.toggleChat();
},
'toggle-contact-list': () => {
sendAnalytics(createApiEvent('contact.list.toggled'));
APP.UI.toggleContactList();
},
'toggle-share-screen': () => {
sendAnalytics(createApiEvent('screen.sharing.toggled'));
toggleScreenSharing();