remove unused i
This commit is contained in:
parent
2ce4c1592b
commit
9d36a2e326
|
|
@ -188,7 +188,7 @@ void cm_filesource(ARGS) /* structure holding parms, inputs, outputs, etc.
|
||||||
}
|
}
|
||||||
if (INIT == 1) {
|
if (INIT == 1) {
|
||||||
|
|
||||||
int i, count;
|
int count;
|
||||||
|
|
||||||
CALLBACK = cm_filesource_callback;
|
CALLBACK = cm_filesource_callback;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue