commit 91fa9f171fa53fcc8156420eb6e7f89dafabcd95
parent 19fbb703bcc7815fe3fe95c9f9420f6b4665dd54
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 8 Feb 2019 21:21:09 +0100
Remove now inaccurate comment.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/loaders/ansi.c b/src/loaders/ansi.c
@@ -75,7 +75,6 @@ ansilove_ansi(struct ansilove_ctx *ctx, struct ansilove_options *options)
/* font selection */
alSelectFont(&fontData, options->font);
- /* to deal with the bits flag, we declared handy bool types */
switch (options->mode) {
case ANSILOVE_MODE_CED:
ced = true;