From 92303d534a91cb0ea30e4cd0f639efd70b9739b4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 8 Jun 2006 11:12:16 -0700 Subject: [PATCH] fix compiler warning in Xprint/ps/PsGC.c --- Xprint/ps/PsGC.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Xprint/ps/PsGC.c b/Xprint/ps/PsGC.c index 61a2a2813..ada0b8c65 100644 --- a/Xprint/ps/PsGC.c +++ b/Xprint/ps/PsGC.c @@ -181,7 +181,6 @@ PsContextPrivPtr PsGetPsContextPriv( DrawablePtr pDrawable ) { XpContextPtr pCon; - PsContextPrivPtr cPriv; switch(pDrawable->type) {