From c4c32f63617f612e91e5a4b3b0012d922e5104df Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 5 Mar 2023 20:46:37 +0000 Subject: Remove unused image.h. --- src/entry.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/entry.c') diff --git a/src/entry.c b/src/entry.c index 4ad825a..31a7d6b 100644 --- a/src/entry.c +++ b/src/entry.c @@ -45,9 +45,6 @@ static void apply_text_theme_fallback(struct text_theme *theme, const struct tex void entry_init(struct entry *entry, uint8_t *restrict buffer, uint32_t width, uint32_t height, uint32_t scale) { - entry->image.width = width; - entry->image.height = height; - /* * Create the cairo surfaces and contexts we'll be using. * -- cgit v1.2.3