commit e1b9082dcaa9fbf7831717c488acd5e8e0802091 parent 7f769ff39f01cc98f784e2679452de35cc58969f Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 21 Dec 2009 11:47:38 +0000 fixing CID 197 Diffstat:
| M | src/plugins/thumbnailqt_extractor.cc | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/plugins/thumbnailqt_extractor.cc b/src/plugins/thumbnailqt_extractor.cc @@ -124,11 +124,6 @@ EXTRACTOR_thumbnailqt_extract (const char *data, delete img; return 1; } - if (height == 0) - height = 1; - if (width == 0) - width = 1; - /* Change color depth */ QImage thumb = img->convertToFormat(colors); delete img;