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 ...@@ -171,7 +171,6 @@ typedef struct _ImageStatisticsRec
double totalMatches; double totalMatches;
double totalEncoded; double totalEncoded;
double totalAdded; double totalAdded;
} ImageStatisticsRec; } ImageStatisticsRec;
ImageStatisticsRec nxagentImageStatistics; ImageStatisticsRec nxagentImageStatistics;
...@@ -256,7 +255,6 @@ int nxagentImageLength(int width, int height, int format, int leftPad, int depth ...@@ -256,7 +255,6 @@ int nxagentImageLength(int width, int height, int format, int leftPad, int depth
else if (format == XYPixmap) else if (format == XYPixmap)
{ {
line = BitmapBytePad(width + leftPad); line = BitmapBytePad(width + leftPad);
line *= depth; line *= depth;
} }
else if (format == ZPixmap) else if (format == ZPixmap)
...@@ -706,7 +704,6 @@ FIXME: Temporarily stream the GLX data. ...@@ -706,7 +704,6 @@ FIXME: Temporarily stream the GLX data.
#endif #endif
#ifdef TEST #ifdef TEST
if (split == 1) if (split == 1)
{ {
fprintf(stderr, "nxagentPutImage: Splitting the image with size [%d] " fprintf(stderr, "nxagentPutImage: Splitting the image with size [%d] "
...@@ -888,7 +885,6 @@ void nxagentRealizeImage(DrawablePtr pDrawable, GCPtr pGC, int depth, ...@@ -888,7 +885,6 @@ void nxagentRealizeImage(DrawablePtr pDrawable, GCPtr pGC, int depth,
XImage *image = NULL; XImage *image = NULL;
if (NXDisplayError(nxagentDisplay) == 1) if (NXDisplayError(nxagentDisplay) == 1)
{ {
#ifdef TEST #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