diff options
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 { |