Fix debug builds (nw)

This commit is contained in:
Wilbert Pol 2014-02-13 19:05:55 +00:00
parent 77f48db87e
commit a0fbbbb621

View file

@ -344,7 +344,6 @@ do {
INT32 dy; \
\
assert(dest.valid()); \
assert(gfx != NULL); \
assert(!PRIORITY_VALID(PRIORITY_TYPE) || priority.valid()); \
assert(dest.cliprect().contains(cliprect)); \
assert(code < elements()); \
@ -518,7 +517,6 @@ do {
INT32 dx, dy; \
\
assert(dest.valid()); \
assert(gfx != NULL); \
assert(!PRIORITY_VALID(PRIORITY_TYPE) || priority.valid()); \
assert(dest.cliprect().contains(cliprect)); \
\