diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-12-11 13:47:40 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-12-11 13:47:40 +0100 |
commit | 63843342c3f03f15ad08f6189ea073ec56e76256 (patch) | |
tree | 616a5e7b8dd7505d3963e3ab5df58b19c090c57f /src/ui | |
parent | d5415b99a63d6c47d752e4be3a5f2caf1cf0741d (diff) | |
download | profani-tty-63843342c3f03f15ad08f6189ea073ec56e76256.tar.gz |
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.
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/window.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |