indentlog: refactor: retire log_config.encoding
This commit is contained in:
parent
0c9eb6e2da
commit
e674fe65b1
2 changed files with 0 additions and 7 deletions
|
|
@ -31,7 +31,6 @@ main(int argc, char ** argv) {
|
|||
log_config::indent_width = 4;
|
||||
log_config::max_indent_width = 30;
|
||||
log_config::location_tab = 80;
|
||||
log_config::encoding = CE_Xterm;
|
||||
log_config::function_entry_color = color_spec::xterm(69);
|
||||
log_config::function_exit_color = color_spec::xterm(70);
|
||||
log_config::code_location_color = color_spec::xterm(166);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue