mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 10:46:21 +00:00
Remove old TODO
It was added inf7fe87dd4ewhen 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 inf3d9de133esince there we added the myjid parameter.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user