repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: a6b30ded89ca973aaeaa1b7b5bae3c463e5f59f6:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit a6b30ded89ca973aaeaa1b7b5bae3c463e5f59f6
Author: Marc Lehmann 
Date:   Thu Jun 7 19:24:13 2012 +0000

    *** empty log message ***

diff --git a/src/rxvtimg.C b/src/rxvtimg.C
index 493fb796f4a5afba2ac12c81043202cb7c34ea4e..
index ..5b9d50b06a8db21eae38a2df70c1d9c949c9f1f0 100644
--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -112,7 +112,6 @@ rxvt_img::new_from_pixbuf (rxvt_screen *s, GdkPixbuf *pb)
       if (depth == 24)
         for (int x = 0; x < width; x++)
           {
-            asm volatile("nop");
             r = *data++;
             g = *data++;
             b = *data++;
@@ -120,7 +119,6 @@ rxvt_img::new_from_pixbuf (rxvt_screen *s, GdkPixbuf *pb)
             *line++ = r;
             *line++ = g;
             *line++ = b;
-            asm volatile("nop");
           }
       else
         for (int x = 0; x < width; x++)

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