From de6ed6f8e8c4a2d139b4e81b68db7408dbe435d1 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 28 Apr 2025 23:35:47 -0400 Subject: render: maintain list of images/icons --- ui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui.h') diff --git a/ui.h b/ui.h index e259133..b5c2635 100644 --- a/ui.h +++ b/ui.h @@ -47,8 +47,6 @@ typedef struct { Compressor *comps; int ncomps; w_Select_Compressor comp_select; - - SDL_Surface *comp_img; /* image of compressor map. */ } UI; int init_ui(UI *ui); -- cgit v1.2.3