diff options
author | Phil Jones <philj56@gmail.com> | 2023-03-05 20:46:37 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-03-05 20:46:37 +0000 |
commit | c4c32f63617f612e91e5a4b3b0012d922e5104df (patch) | |
tree | ab7f5b0be42c0d280fc2626fe2f429d4e6cfacf6 /src/entry.h | |
parent | 828744849d0b41d0b65db4f0bcb9be7e8698fdd0 (diff) |
Remove unused image.h.
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/entry.h b/src/entry.h index e6b20fa..882204c 100644 --- a/src/entry.h +++ b/src/entry.h @@ -9,7 +9,6 @@ #include "color.h" #include "desktop_vec.h" #include "history.h" -#include "image.h" #include "surface.h" #include "string_vec.h" @@ -62,7 +61,6 @@ struct cursor_theme { }; struct entry { - struct image image; struct entry_backend_harfbuzz harfbuzz; struct entry_backend_pango pango; struct { |