mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-17 16:44:34 -04:00
Remove temporary code
Remove test code accidentally left in during commit!
This commit is contained in:
parent
8afa0a24c6
commit
f56b90fb61
1 changed files with 0 additions and 2 deletions
|
@ -231,8 +231,6 @@ int look_ahead_test(unsigned char source[], int sourcelen, int position, int cur
|
||||||
/* A custom version of the 'look ahead test' from Annex P */
|
/* A custom version of the 'look ahead test' from Annex P */
|
||||||
/* This version is deliberately very reluctant to end a data stream with EDIFACT encoding */
|
/* This version is deliberately very reluctant to end a data stream with EDIFACT encoding */
|
||||||
|
|
||||||
return DM_ASCII;
|
|
||||||
|
|
||||||
float ascii_count, c40_count, text_count, x12_count, edf_count, b256_count, best_count;
|
float ascii_count, c40_count, text_count, x12_count, edf_count, b256_count, best_count;
|
||||||
int sp, done, best_scheme;
|
int sp, done, best_scheme;
|
||||||
char reduced_char;
|
char reduced_char;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue