diff options
Diffstat (limited to 'vmwgfx/vmwgfx_dri2.c')
-rw-r--r-- | vmwgfx/vmwgfx_dri2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vmwgfx/vmwgfx_dri2.c b/vmwgfx/vmwgfx_dri2.c index ddeaf1d..1fb5d0d 100644 --- a/vmwgfx/vmwgfx_dri2.c +++ b/vmwgfx/vmwgfx_dri2.c @@ -43,7 +43,6 @@ #include "vmwgfx_saa.h" #include "wsbm_util.h" -#ifdef DRI2 typedef struct { int refcount; PixmapPtr pPixmap; @@ -393,6 +392,5 @@ xorg_dri2_close(ScreenPtr pScreen) { DRI2CloseScreen(pScreen); } -#endif /* vim: set sw=4 ts=8 sts=4: */ |