summaryrefslogtreecommitdiff
path: root/Xprint/ps
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-06-08 11:12:16 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-08 11:12:16 -0700
commit92303d534a91cb0ea30e4cd0f639efd70b9739b4 (patch)
treecbe61fe8cce3fef1c6b90a61320e7864b26fa499 /Xprint/ps
parentcf6169f9e99e6e8ab264f284cfa13cb379b36207 (diff)
fix compiler warning in Xprint/ps/PsGC.c
Diffstat (limited to 'Xprint/ps')
-rw-r--r--Xprint/ps/PsGC.c1
1 files changed, 0 insertions, 1 deletions
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)
{