Remove unused 'x' and 'y' fields from MonitorRule struct

This commit is contained in:
A Frederick Christensen 2022-04-01 22:41:33 -05:00
parent 4d3adea683
commit 0b4da40af9
2 changed files with 3 additions and 5 deletions

2
dwl.c
View file

@ -191,8 +191,6 @@ typedef struct {
float scale;
const Layout *lt;
enum wl_output_transform rr;
int x;
int y;
} MonitorRule;
typedef struct {