Stop knockout logging.

svn path=/trunk/netsurf/; revision=2710
This commit is contained in:
Richard Wilson 2006-07-04 19:46:20 +00:00
parent bd732e40ed
commit ac0d20fdea

View File

@ -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 */