From 51fe87fcd6c690bc455c10ea195eed0533eb0fa1 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Tue, 3 Dec 2013 16:00:56 -0500 Subject: [PATCH] Kill off dead code: show_user_sidebar_popover(). This code isn't really so much dead; it was never even born. :) (imported from commit 0351b611dae7c0868cc5c3e2c76c010601c1e8ba) --- static/js/popovers.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/js/popovers.js b/static/js/popovers.js index ac5223afca..e0ebd5c9f9 100644 --- a/static/js/popovers.js +++ b/static/js/popovers.js @@ -208,10 +208,6 @@ exports.hide_user_sidebar_popover = function () { } }; -exports.show_user_sidebar_popover = function () { - // TODO: implement & use -}; - exports.register_click_handlers = function () { $("#main_div").on("click", ".actions_hover", function (e) { var row = $(this).closest(".message_row");