aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-28 23:35:47 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-28 23:35:47 -0400
commitde6ed6f8e8c4a2d139b4e81b68db7408dbe435d1 (patch)
tree765dde723df71633a1ae3681983057ef170f7ba6 /ui.h
parente8f602a81b90a4147666f607045b359753537d72 (diff)
downloadvolute-de6ed6f8e8c4a2d139b4e81b68db7408dbe435d1.zip
render: maintain list of images/icons
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 0 insertions, 2 deletions
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);