Add whitespace_height - remove DEBUG from tcl; manual.txt input_mode

This commit is contained in:
gitlost 2021-05-26 13:10:34 +01:00
parent 00e8cb0904
commit ba273b40dd
2 changed files with 7 additions and 6 deletions

View file

@ -688,7 +688,6 @@ static int Encode(Tcl_Interp *interp, int objc,
/*------------------------------------------------------------------------*/
/* >>> Prepare zint object */
my_symbol = ZBarcode_Create();
my_symbol->debug = ZINT_DEBUG_PRINT;
my_symbol->input_mode = UNICODE_MODE;
my_symbol->option_3 = 0;
/*------------------------------------------------------------------------*/