From e195aada701568e50bb15f8dc07c6c4fff808007 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Thu, 30 Aug 2012 14:08:21 +0200 Subject: [PATCH] Drop unused variable. --- src/image-overlay.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/image-overlay.c b/src/image-overlay.c index e3f0bdd0..635e827d 100644 --- a/src/image-overlay.c +++ b/src/image-overlay.c @@ -477,7 +477,6 @@ static GdkPixbuf *image_osd_info_render(OverlayStateData *osd) PangoLayout *layout; const gchar *name; gchar *text; - GdkPixbuf *imgpixbuf = NULL; gboolean with_hist; const HistMap *histmap; ImageWindow *imd = osd->imd; @@ -563,12 +562,10 @@ static GdkPixbuf *image_osd_info_render(OverlayStateData *osd) { w = gdk_pixbuf_get_width(load_pixbuf); h = gdk_pixbuf_get_height(load_pixbuf); - imgpixbuf = load_pixbuf; } else { image_get_image_size(imd, &w, &h); - imgpixbuf = (PIXBUF_RENDERER(imd->pr))->pixbuf; } -- 2.20.1