repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 952c30a9fad27b2693739ec861b8fdb447a69adf:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 952c30a9fad27b2693739ec861b8fdb447a69adf
Author: Marc Lehmann 
Date:   Fri Jun 15 18:10:40 2012 +0000

    *** empty log message ***

diff --git a/src/rxvtimg.C b/src/rxvtimg.C
index f067bc44dc5f77a14f984621372844b527c83cd8..
index ..eb7b822acbd6abcfcf36a5219460bd42729ea1f0 100644
--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -743,16 +743,6 @@ rxvt_img::transform (nv matrix[3][3])
   XRenderSetPictureFilter (dpy, src, "good", 0, 0);
   XRenderSetPictureTransform (dpy, src, &xfrm);
   XRenderComposite (dpy, PictOpSrc, src, None, dst, sx, sy, 0, 0, 0, 0, new_width, new_height);
-#if 1
-    {
-      XRenderColor rc = { 65535,0,0,65535 };
-      XRenderFillRectangle (dpy, PictOpSrc, dst, &rc, 0, 0, new_width, new_height);
-    }{
-      XRenderColor rc = { 0,0,0,65535 };
-      XRenderFillRectangle (dpy, PictOpSrc, dst, &rc, 1, 1, new_width - 2, new_height - 2);
-    }
-  XRenderComposite (dpy, PictOpOver, src, None, dst, sx, sy, 0, 0, 0, 0, new_width, new_height);
-#endif

   XRenderFreePicture (dpy, src);
   XRenderFreePicture (dpy, dst);

-----END OF PAGE-----