From 6dc724b2cdff6a8b2c8a1ebfbb1476c6539f9cbc Mon Sep 17 00:00:00 2001 From: "Pierre-Loup A. Griffais" Date: Sun, 3 Nov 2019 14:09:08 -0800 Subject: [PATCH] No idea what that was for, but it can presumably go. --- src/steamcompmgr.c | 5 ----- 1 file changed, 5 deletions(-) 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;