From 38ebefe68f46a1a79126f665c2c802b2e2865ee2 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 25 Mar 2013 18:01:56 -0400 Subject: [PATCH] Remove unused variables (imported from commit c18d43165c1dbdee28107ef21e26e474b819c653) --- zephyr/static/js/narrow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/zephyr/static/js/narrow.js b/zephyr/static/js/narrow.js index 3f04efdf14..06369c5bc8 100644 --- a/zephyr/static/js/narrow.js +++ b/zephyr/static/js/narrow.js @@ -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 });