From 497f95aa6f06d41496de23ad4ddf5229d33dbbe5 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 17 Jan 2014 15:39:50 +0100 Subject: fixed a bug that some recmenuitems are not redrawn --- imagecache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'imagecache.c') diff --git a/imagecache.c b/imagecache.c index 5c4c50a..25d2662 100644 --- a/imagecache.c +++ b/imagecache.c @@ -426,7 +426,6 @@ cImage *cImageCache::CreateGrid(int width, int height, bool active) { tColor *imgData = (tColor *)image->Data(); if (w != width || h != height) { ImageScaler scaler; - //esyslog("tvguide: imagescaler parameters: width %d, height %d, w %d, h %d", width, height, w, h); scaler.SetImageParameters(imgData, width, width, height, w, h); for (const void *pixels_end = &pixels[w*h]; pixels < pixels_end; ++pixels) scaler.PutSourcePixel(pixels->blue / ((MaxRGB + 1) / 256), -- cgit v1.2.3