From 3bc64cbed584cc579869c2f45593d313c20c4179 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 27 Aug 2015 15:01:37 -0700 Subject: [PATCH] Remove unused function --- js/panel_controller.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/panel_controller.js b/js/panel_controller.js index b098f0a9e2d..65ef9287704 100644 --- a/js/panel_controller.js +++ b/js/panel_controller.js @@ -67,11 +67,6 @@ }); }); }, - findById: function(id) { - var conversation = conversations.add({id: id}); - conversation.fetch(); - return conversation; - }, updateInbox: function() { conversations.fetchActive().then(function() { inbox.reset(conversations.filter(function(model) {