mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00:00
Remove superfluous code
This commit is contained in:
committed by
Robin Stuart
parent
bfb4d3284b
commit
63a252a573
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user