repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: d8986ef199ac058a14a9612699e866536ab787e4:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit d8986ef199ac058a14a9612699e866536ab787e4
Author: Marc Lehmann 
Date:   Sun Jun 3 10:01:32 2012 +0000

    details

diff --git a/src/rxvtimg.C b/src/rxvtimg.C
index 60fbb6ded015bb6af5bffaa92bafae9ce7eb9ffb..
index ..650f47ab5c72c85a25f11793972a7d894a2d84be 100644
--- 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
index 9f5ec0fe368cade6795b801647ce224582e2c490..
index ..d59f37642b35144d23ac9c23e132df7401d60af4 100644
--- 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-----