diff options
-rw-r--r-- | src/vivante_utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vivante_utils.c b/src/vivante_utils.c index 0567c61..2797fd6 100644 --- a/src/vivante_utils.c +++ b/src/vivante_utils.c @@ -237,7 +237,6 @@ void vivante_prepare_drawable(DrawablePtr pDrawable, int access) pixmap->devPrivate.ptr = vPix->bo->ptr; } #ifdef DEBUG_CHECK_DRAWABLE_USE - assert(vPix->in_use == 0); vPix->in_use++; #endif vPix->owner = CPU; |