mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 14:04:19 -04:00
Code format and audit, part 2
Update copyright info, remove unused code, etc.
This commit is contained in:
parent
77cdf77690
commit
8a88ffdd7b
14 changed files with 5878 additions and 5631 deletions
backend
|
@ -1366,7 +1366,6 @@ int code_one(struct zint_symbol *symbol, unsigned char source[], int length) {
|
|||
}
|
||||
|
||||
binary_load(elreg, (char *) source, length);
|
||||
hex_dump(elreg);
|
||||
|
||||
for (i = 0; i < 15; i++) {
|
||||
data[i] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue