diff options
Diffstat (limited to '')
| -rw-r--r-- | dwl.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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); @@ -2790,14 +2789,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) { Client *sel = focustop(selmon); |
