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)
This commit is contained in:
Steve Howell 2013-12-03 16:00:56 -05:00
parent ec56e946a7
commit 51fe87fcd6

View File

@ -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");