From 3569a10c97d41913dbf7cf3114cb4d2d5f17dc7f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 15 Jul 2017 17:08:02 +0200 Subject: Some improvements and fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blind-spectrum.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/blind-spectrum.c') diff --git a/src/blind-spectrum.c b/src/blind-spectrum.c index ceecf70..261d47c 100644 --- a/src/blind-spectrum.c +++ b/src/blind-spectrum.c @@ -6,7 +6,6 @@ USAGE("[-y] [-z depth] spectrum-stream") static int luma = 0; static size_t nz = 1; - #define PROCESS(TYPE, SUFFIX)\ static void\ process_##SUFFIX(struct stream *stream, struct stream *spectrum)\ @@ -123,7 +122,6 @@ static size_t nz = 1; PROCESS(double, lf) PROCESS(float, f) - int main(int argc, char *argv[]) { -- cgit v1.2.3-70-g09d2