Remove unused variables

(imported from commit c18d43165c1dbdee28107ef21e26e474b819c653)
This commit is contained in:
Keegan McAllister 2013-03-25 18:01:56 -04:00
parent a5979f9e6a
commit 38ebefe68f

View File

@ -398,7 +398,6 @@ exports.by_subject = function (target_id) {
// Called for the 'narrow by stream' hotkey.
exports.by_recipient = function (target_id) {
var message = current_msg_list.get(target_id);
var new_narrow, emails;
switch (message.type) {
case 'private':
exports.by('pm-with', message.reply_to, { then_select_id: target_id });