commit 5158054b8959749a1deda80496fd3c74898d8c9a
parent 1e0cec366937765931a128ca4803fdb360ca4bf1
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 17 Feb 2020 11:30:18 +0100
Now that the PCB loader also support custom columns, merge the two switch() statements.
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/ansilove.c b/src/ansilove.c
@@ -280,12 +280,6 @@ main(int argc, char *argv[])
case ANSILOVE_FILETYPE_TND:
fprintf(messages, "Font: %s\n", font ? font : "80x25");
fprintf(messages, "Bits: %d\n", options.bits);
- }
-
- switch(filetype) {
- case ANSILOVE_FILETYPE_ANS:
- case ANSILOVE_FILETYPE_BIN:
- case ANSILOVE_FILETYPE_TND:
fprintf(messages, "Columns: %d\n", options.columns);
}