Commit 129c8621 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Image.c: remove some blank lines

parent 5d3029a6
......@@ -171,7 +171,6 @@ typedef struct _ImageStatisticsRec
double totalMatches;
double totalEncoded;
double totalAdded;
} ImageStatisticsRec;
ImageStatisticsRec nxagentImageStatistics;
......@@ -256,7 +255,6 @@ int nxagentImageLength(int width, int height, int format, int leftPad, int depth
else if (format == XYPixmap)
{
line = BitmapBytePad(width + leftPad);
line *= depth;
}
else if (format == ZPixmap)
......@@ -706,7 +704,6 @@ FIXME: Temporarily stream the GLX data.
#endif
#ifdef TEST
if (split == 1)
{
fprintf(stderr, "nxagentPutImage: Splitting the image with size [%d] "
......@@ -888,7 +885,6 @@ void nxagentRealizeImage(DrawablePtr pDrawable, GCPtr pGC, int depth,
XImage *image = NULL;
if (NXDisplayError(nxagentDisplay) == 1)
{
#ifdef TEST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment