From 63843342c3f03f15ad08f6189ea073ec56e76256 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 11 Dec 2020 13:47:40 +0100 Subject: [PATCH] Remove old TODO It was added in f7fe87dd4e7e14112fbcb0ae8794d90ffee64f2f when I rewrote window functions to include more infos (not just char* but whole jid struct I think). The same todo was added to win_print_outgoing_muc() but removed in f3d9de133e90ed10b5b7bd61196619eab1fedb19. This TODO should have been removed in f3d9de133e90ed10b5b7bd61196619eab1fedb19 since there we added the myjid parameter. --- src/ui/window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/window.c b/src/ui/window.c index 01625f6f..8785edd9 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -1213,7 +1213,6 @@ win_print_outgoing(ProfWin* window, const char* show_char, const char* const id, if (replace_id) { _win_correct(window, message, id, replace_id, myjid); } else { - //TODO my jid _win_printf(window, show_char, 0, timestamp, 0, THEME_TEXT_ME, "me", myjid, id, "%s", message); }