mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Remove old TODO
It was added inf7fe87dd4e
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 inf3d9de133e
. This TODO should have been removed inf3d9de133e
since there we added the myjid parameter.
This commit is contained in:
parent
d5415b99a6
commit
63843342c3
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user