fix compiler warnings in Xprint/ps/PsArea.c

This commit is contained in:
Greg Kroah-Hartman
2006-06-08 11:15:34 -07:00
parent 92303d534a
commit ee2bb4d192
2 changed files with 3 additions and 2 deletions

View File

@@ -118,7 +118,6 @@ PsPutScaledImage(DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y,
{
int i, j;
int r, c;
char *pt;
PsOutPtr psOut;
ColormapPtr cMap;
int pageRes, sw, sh;
@@ -230,7 +229,6 @@ PsPutScaledImageIM(DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y,
{
int i, j;
int r, c;
char *pt;
PsOutPtr psOut;
ColormapPtr cMap;
int pageRes, sw, sh;