diff --git a/src/steamcompmgr.c b/src/steamcompmgr.c index 5aed1a0..e9a2ef6 100644 --- a/src/steamcompmgr.c +++ b/src/steamcompmgr.c @@ -107,11 +107,6 @@ typedef struct _win { struct wlr_dmabuf_attributes dmabuf_attribs; } win; -typedef struct _conv { - int size; - double *data; -} conv; - static win *list; static int scr; static Window root;