From dc8a0d19368a235ebd0fe86ce7b7142dfa911dff Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 16 Oct 2006 16:39:54 +0000 Subject: remove some old code that could cause infinite recursion --- src/mesa/drivers/x11/xm_buffer.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mesa/drivers/x11/xm_buffer.c b/src/mesa/drivers/x11/xm_buffer.c index 98ae372..490c479 100644 --- a/src/mesa/drivers/x11/xm_buffer.c +++ b/src/mesa/drivers/x11/xm_buffer.c @@ -213,13 +213,6 @@ alloc_back_buffer(XMesaBuffer b, GLuint width, GLuint height) XMesaDestroyImage(b->backxrb->ximage); b->backxrb->ximage = NULL; } - else { - /* this call just updates the width/origin fields in the xrb */ - b->backxrb->Base.AllocStorage(NULL, &b->backxrb->Base, - b->backxrb->Base.InternalFormat, - b->backxrb->ximage->width, - b->backxrb->ximage->height); - } } b->backxrb->pixmap = None; } -- cgit v1.1