fix compiler warning in Xprint/ps/PsGC.c

This commit is contained in:
Greg Kroah-Hartman 2006-06-08 11:12:16 -07:00
parent cf6169f9e9
commit 92303d534a

View File

@ -181,7 +181,6 @@ PsContextPrivPtr
PsGetPsContextPriv( DrawablePtr pDrawable )
{
XpContextPtr pCon;
PsContextPrivPtr cPriv;
switch(pDrawable->type)
{