remove unused imesa local var to silence warnings

This commit is contained in:
Brian Paul
2006-11-16 21:40:54 +00:00
parent 3dedeaa055
commit 01a5a9afd8
-2
View File
@@ -33,7 +33,6 @@
#define DBG 0
#define LOCAL_VARS \
savageContextPtr imesa = SAVAGE_CONTEXT(ctx); \
driRenderbuffer *drb = (driRenderbuffer *) rb; \
__DRIdrawablePrivate *const dPriv = drb->dPriv; \
GLuint cpp = drb->cpp; \
@@ -44,7 +43,6 @@
(void) p
#define LOCAL_DEPTH_VARS \
savageContextPtr imesa = SAVAGE_CONTEXT(ctx); \
driRenderbuffer *drb = (driRenderbuffer *) rb; \
__DRIdrawablePrivate *const dPriv = drb->dPriv; \
GLuint zpp = drb->cpp; \