diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 15:13:29 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 15:13:29 -0600 |
commit | e5ff772523e73dcc8b79270d680a8de1a7bad7bc (patch) | |
tree | 3bc722082f382097d234521b2dbc2edd0a48446b /src/mesa/pipe/xlib/xm_buffer.c | |
parent | 017d08a5e040ee476b19d672c17090eaca7fa918 (diff) |
remove HPCR support
Diffstat (limited to 'src/mesa/pipe/xlib/xm_buffer.c')
-rw-r--r-- | src/mesa/pipe/xlib/xm_buffer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/pipe/xlib/xm_buffer.c b/src/mesa/pipe/xlib/xm_buffer.c index 09356c7329..b25ceeffdd 100644 --- a/src/mesa/pipe/xlib/xm_buffer.c +++ b/src/mesa/pipe/xlib/xm_buffer.c @@ -484,11 +484,6 @@ xmesa_delete_framebuffer(struct gl_framebuffer *fb) } if (b->backxrb->pixmap) { XMesaFreePixmap( b->display, b->backxrb->pixmap ); - if (b->xm_visual->hpcr_clear_flag) { - XMesaFreePixmap( b->display, - b->xm_visual->hpcr_clear_pixmap ); - XMesaDestroyImage( b->xm_visual->hpcr_clear_ximage ); - } } } |