From ff9f52a088150fb61b7ce7d8c97017e99b20a90b Mon Sep 17 00:00:00 2001 From: Rentib Date: Sun, 20 Oct 2024 14:44:48 +0200 Subject: [PATCH] chore: remove resolved NOTE comment Signed-off-by: Rentib --- src/thumbnail.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/thumbnail.c b/src/thumbnail.c index 8d381e6..70858aa 100644 --- a/src/thumbnail.c +++ b/src/thumbnail.c @@ -190,8 +190,6 @@ bool thumbnail_load(struct pixmap* thumb, const char* source, goto fail; } - /* NOTE: It might be that we want the pixmap to have exact width and height - * and return false if it doesn't match */ if (!pixmap_create(thumb, thumb->width, thumb->height)) { goto fail; }