]> Kevux Git Server - fll/commit
Update: Remove old color print functions.
authorKevin Day <thekevinday@gmail.com>
Sat, 13 Nov 2021 03:13:27 +0000 (21:13 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 13 Nov 2021 03:14:24 +0000 (21:14 -0600)
commit8bea8f48c022c70984d76592dbc62048501a1209
tree73e369f8a45e3189c52395568efca3bd2ba96843
parent3c45b931e46dd9062916101e073d0724cfc8f302
Update: Remove old color print functions.

These functions are still present for migration and just in case.

Now that I am using fl_print_format() I feel there is no reason to keep and maintain this code.
Get rid of it.
15 files changed:
level_1/fl_print/c/print.c
level_1/fl_print/c/print.h
level_2/fll_print/c/print.c
level_2/fll_print/c/print.h
level_3/controller/c/private-rule_print.c
level_3/utf8/c/main.c [new file with mode: 0644]
level_3/utf8/c/private-common.c [new file with mode: 0644]
level_3/utf8/c/private-common.h [new file with mode: 0644]
level_3/utf8/c/private-utf8.c [new file with mode: 0644]
level_3/utf8/c/private-utf8.h [new file with mode: 0644]
level_3/utf8/c/utf8.c [new file with mode: 0644]
level_3/utf8/c/utf8.h [new file with mode: 0644]
level_3/utf8/data/build/defines [new file with mode: 0644]
level_3/utf8/data/build/dependencies [new file with mode: 0644]
level_3/utf8/data/build/settings [new file with mode: 0644]