From ac0d20fdea64742ae13885e862e611095104aa11 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Tue, 4 Jul 2006 19:46:20 +0000 Subject: Stop knockout logging. svn path=/trunk/netsurf/; revision=2710 --- desktop/knockout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/knockout.c') diff --git a/desktop/knockout.c b/desktop/knockout.c index 8f800cedf..16029c3d7 100644 --- a/desktop/knockout.c +++ b/desktop/knockout.c @@ -9,6 +9,8 @@ * Knockout rendering (implementation). */ +#define NDEBUG + #include #include #include "netsurf/desktop/knockout.h" @@ -16,8 +18,6 @@ #include "netsurf/image/bitmap.h" #include "netsurf/utils/log.h" -#define NDEBUG - #define KNOCKOUT_ENTRIES 3072 /* 40 bytes each */ #define KNOCKOUT_BOXES 768 /* 28 bytes each */ #define KNOCKOUT_POLYGONS 3072 /* 4 bytes each */ -- cgit v1.2.3