diff options
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index 0ae68607..e6f63414 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -1830,8 +1830,6 @@ I830AllocateMemory(ScrnInfoPtr pScrn, FBLinearPtr linear, int size) ScreenPtr pScreen; FBLinearPtr new_linear = NULL; - DPRINTF(PFX, "I830AllocateMemory\n"); - if (linear) { if (linear->size >= size) return linear; |