aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Image.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Image.c b/nx-X11/programs/Xserver/hw/nxagent/Image.c
index a655e1428..34d5cf9f9 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Image.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Image.c
@@ -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