mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-28 06:49:41 +03:00
Stop knockout logging.
svn path=/trunk/netsurf/; revision=2710
This commit is contained in:
parent
bd732e40ed
commit
ac0d20fdea
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user