remove an useless keyword

This commit is contained in:
tTh 2023-07-06 09:06:31 +02:00
parent 6e9aa75694
commit 0e00e00df5
2 changed files with 0 additions and 11 deletions

View File

@ -415,16 +415,6 @@ switch (idFx) {
retval = plot_multidots(image, 42);
break;
case CR_message:
#if (0)
fprintf(stderr, "### msg from pid %d, fval=%f ###\n",
getpid(), fval);
/* here, we can display stats ! */
fimg_describe(image, "in crapulator");
#endif
retval = 0;
break;
case CR_nothing:
retval = do_something(image, 3);
break;

View File

@ -43,5 +43,4 @@
51 decrgbzg 1 99
60 gr2popcol 1 99
61 fluffy 1 0.12
99 message 1 1.0
-1 end 1 1.0