diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-12 06:53:45 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-12 06:53:45 +0200 |
commit | ec52850c7ccca77315948a154b6f167890265ab9 (patch) | |
tree | 9aa1ffe1d374431c0c433ced79b5aa2a522f98b5 | |
parent | 5b4513ba65b457cafa81f00742192821f71d65ff (diff) | |
download | xK-ec52850c7ccca77315948a154b6f167890265ab9.tar.gz xK-ec52850c7ccca77315948a154b6f167890265ab9.tar.xz xK-ec52850c7ccca77315948a154b6f167890265ab9.zip |
degesch: remove an outdated TODO comment
-rw-r--r-- | degesch.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2281,10 +2281,6 @@ buffer_line_display (struct app_context *ctx, f.ignore_new_attributes = true; } - // TODO: try to decode as much as possible using mIRC formatting; - // could either add a #m format specifier, or write a separate function - // to translate the formatting into formatter API calls - switch (line->type) { case BUFFER_LINE_PRIVMSG: |