From baac62e103c5ea317801f89056dd44479cb6b3db Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 9 Mar 2024 19:11:25 +0530 Subject: remove togglebar --- dwl.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dwl.c b/dwl.c index ceedd7d..0198a47 100644 --- a/dwl.c +++ b/dwl.c @@ -346,7 +346,6 @@ static void spawn(const Arg *arg); static void startdrag(struct wl_listener *listener, void *data); static void tag(const Arg *arg); static void tagmon(const Arg *arg); -static void togglebar(const Arg *arg); static void tile(Monitor *m); static void togglefloating(const Arg *arg); static void togglefullscreen(const Arg *arg); @@ -2789,14 +2788,6 @@ tile(Monitor *m) } } -void -togglebar(const Arg *arg) { - DwlIpcOutput *ipc_output; - wl_list_for_each(ipc_output, &selmon->dwl_ipc_outputs, link) - zdwl_ipc_output_v2_send_toggle_visibility(ipc_output->resource); -} - - void togglefloating(const Arg *arg) { -- cgit v1.2.3