summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-04 19:46:20 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-04 19:46:20 +0000
commitac0d20fdea64742ae13885e862e611095104aa11 (patch)
tree45eb6185532a7ad7e9039a6555f35ce006324ff8
parentbd732e40edefd3a4b804329c98e51ed6864724c9 (diff)
downloadnetsurf-ac0d20fdea64742ae13885e862e611095104aa11.tar.gz
netsurf-ac0d20fdea64742ae13885e862e611095104aa11.tar.bz2
Stop knockout logging.
svn path=/trunk/netsurf/; revision=2710
-rw-r--r--desktop/knockout.c4
1 files changed, 2 insertions, 2 deletions
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 <assert.h>
#include <string.h>
#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 */