Skip to content

Commit

Permalink
chore: remove resolved NOTE comment
Browse files Browse the repository at this point in the history
Signed-off-by: Rentib <[email protected]>
  • Loading branch information
Rentib committed Oct 20, 2024
1 parent ad5f58f commit ff9f52a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/thumbnail.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ff9f52a

Please sign in to comment.