No idea what that was for, but it can presumably go.

This commit is contained in:
Pierre-Loup A. Griffais 2019-11-03 14:09:08 -08:00 committed by Pierre-Loup A. Griffais
parent 617174e4b4
commit 6dc724b2cd

View file

@ -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;