From 3b0fc047ade1736c97378db63e869aa6f9f5d8f9 Mon Sep 17 00:00:00 2001 From: tth Date: Mon, 29 Mar 2021 10:41:15 +0200 Subject: [PATCH] cleanup --- Fonderie/sfx.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Fonderie/sfx.h b/Fonderie/sfx.h index c70a1966..69e8e5bf 100644 --- a/Fonderie/sfx.h +++ b/Fonderie/sfx.h @@ -16,10 +16,6 @@ int upside_down(FloatImg *pimg); int des_bords_sombres_a(FloatImg *pimg, int offset); -int trinarize(FloatImg *pimg, int notused); // in sfx.c - -int binarize(FloatImg *pimg, int notused); - int brotche_rand48_a(FloatImg *fimg, float ratio, float mval); int brotche_rand48_b(FloatImg *fimg, float ratio, float mval); int colors_brotcher(FloatImg *fimg, float fval);