repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: d8986ef199ac058a14a9612699e866536ab787e4: path_to: revision_to:
commit d8986ef199ac058a14a9612699e866536ab787e4 Author: Marc LehmannDate: Sun Jun 3 10:01:32 2012 +0000 details diff --git a/src/rxvtimg.C b/src/rxvtimg.C
--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -12,8 +12,6 @@ rxvt_img::rxvt_img (rxvt_screen *screen, GdkPixbuf *pixbuf,
int x, int y, int width, int height)
: s(screen), w(width), h(height)
{
- argb = gdk_pixbuf_get_has_alpha (pixbuf);
- depth = gdk_pixbuf_get_bits_per_sample (pixbuf);
}
rxvt_img::~rxvt_img ()
diff --git a/src/rxvtimg.h b/src/rxvtimg.h
--- a/src/rxvtimg.h +++ b/src/rxvtimg.h @@ -14,7 +14,6 @@ struct rxvt_img rxvt_screen *s; Pixmap pm; int w, h; - int depth; XRenderPictFormat *format; rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height);
-----END OF PAGE-----