forked from tTh/FloatImg
remove an useless keyword
This commit is contained in:
parent
6e9aa75694
commit
0e00e00df5
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue