remove vestigial listeners

This commit is contained in:
Devin J. Pohly 2020-05-03 13:18:10 -05:00
parent 7212da059c
commit 323092d3ce
1 changed files with 0 additions and 2 deletions

2
dwl.c
View File

@ -63,8 +63,6 @@ typedef struct {
struct wl_listener map;
struct wl_listener unmap;
struct wl_listener destroy;
struct wl_listener request_move;
struct wl_listener request_resize;
struct wlr_box geom; /* layout-relative, includes border */
Monitor *mon;
int bw;