diff --git a/src/maomao.c b/src/maomao.c index f525c52..301185b 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -367,7 +367,6 @@ typedef struct { struct dwl_animation animation; bool dirty; int noanim; - int noshadow; char *animation_type_open; char *animation_type_close; bool need_output_flush; @@ -2493,9 +2492,6 @@ void maplayersurfacenotify(struct wl_listener *listener, void *data) { if (config.layer_rules[ji].noanim > 0) { l->noanim = 1; } - if (config.layer_rules[ji].noshadow > 0) { - l->noshadow = 1; - } if (config.layer_rules[ji].animation_type_open) { l->animation_type_open = config.layer_rules[ji].animation_type_open;