mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-18 17:25:09 -04:00
Remove superfluous code
This commit is contained in:
parent
bfb4d3284b
commit
63a252a573
6 changed files with 0 additions and 29 deletions
|
@ -1079,9 +1079,6 @@ int general_rules(char field[], char type[]) {
|
|||
|
||||
block_count++;
|
||||
|
||||
for (i = 0; i < block_count; i++) {
|
||||
}
|
||||
|
||||
for (i = 0; i < block_count; i++) {
|
||||
current = block[1][i];
|
||||
next = (block[1][i + 1] & 0xFF);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue