From 621759efb6bfa3ec1c04e36cfc7a9f170d2cf1f3 Mon Sep 17 00:00:00 2001 From: tth Date: Sun, 4 Oct 2020 13:48:49 +0200 Subject: [PATCH] remove classif proto --- funcs/t.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/funcs/t.c b/funcs/t.c index 94d46f6..d9c57ce 100644 --- a/funcs/t.c +++ b/funcs/t.c @@ -16,8 +16,6 @@ float global_fvalue; /* --------------------------------------------------------------------- */ -int fimg_classif_trial(FloatImg *src, FloatImg*dst, int notused); - int essai_classif(char *infile) { FloatImg src, dst;