diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-09-05 23:29:52 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-05 22:37:36 +0100 |
commit | 129c8621fd3f6f1ef2190f0a17c7eb6fef53a603 (patch) | |
tree | d0a0b4b600207bedc0d6504f82f58370c5e5a116 /nx-X11/programs | |
parent | 5d3029a6ccfb2226bdf0ffa5dedb6880ef832e5e (diff) | |
download | nx-libs-129c8621fd3f6f1ef2190f0a17c7eb6fef53a603.tar.gz nx-libs-129c8621fd3f6f1ef2190f0a17c7eb6fef53a603.tar.bz2 nx-libs-129c8621fd3f6f1ef2190f0a17c7eb6fef53a603.zip |
Image.c: remove some blank lines
Diffstat (limited to 'nx-X11/programs')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Image.c | 4 |
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 |