pipdeprod next-gen is coming

This commit is contained in:
2021-01-08 22:57:45 +01:00
parent 33338e7597
commit 47dbf6ea1a
7 changed files with 201 additions and 20 deletions

View File

@@ -118,8 +118,6 @@ fprintf(stderr, ">>> %s ( %p %d %f )\n", __func__,
image, idFx, fval);
#endif
retval = 0;
#if DEBUG_THIS_CRAP
static int count = 0;
int flag_debug = 0;
@@ -130,6 +128,8 @@ if (666==count) {
}
#endif
retval = 0;
switch (idFx) {
case CR_none: /* DO NOTHING */
retval = 0; break;