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-premultiply.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/blind-premultiply.c') diff --git a/src/blind-premultiply.c b/src/blind-premultiply.c index 3f34f05..3d9065a 100644 --- a/src/blind-premultiply.c +++ b/src/blind-premultiply.c @@ -7,7 +7,6 @@ static int skip_x = 0; static int skip_y = 0; static int skip_z = 0; - #define PROCESS(TYPE, SUFFIX)\ static void\ process_##SUFFIX(struct stream *stream)\ @@ -36,7 +35,6 @@ static int skip_z = 0; PROCESS(double, lf) PROCESS(float, f) - int main(int argc, char *argv[]) { -- cgit v1.2.3-70-g09d2