From 759e89065f87fd138bdaee001a467632dc8c04e0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 13 Sep 2009 19:53:47 +0100 Subject: Fix glamoCreateBuffer(s) (for DRI2) --- src/glamo-kms-exa.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/glamo-kms-exa.c') diff --git a/src/glamo-kms-exa.c b/src/glamo-kms-exa.c index 87839c7..557ba60 100644 --- a/src/glamo-kms-exa.c +++ b/src/glamo-kms-exa.c @@ -74,11 +74,6 @@ #endif -struct glamo_exa_pixmap_priv { - struct glamo_bo *bo; -}; - - static const CARD8 GLAMOSolidRop[16] = { /* GXclear */ 0x00, /* 0 */ /* GXand */ 0xa0, /* src AND dst */ -- cgit v1.2.3