diff options
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -382,7 +382,6 @@ static void tagmon(const Arg *arg); static void tile(Monitor *m); static void togglebar(const Arg *arg); static void togglefloating(const Arg *arg); -static void togglefullscreen(const Arg *arg); static void togglegaps(const Arg *arg); static void toggletag(const Arg *arg); static void toggleview(const Arg *arg); @@ -3131,14 +3130,6 @@ togglefloating(const Arg *arg) } void -togglefullscreen(const Arg *arg) -{ - Client *sel = focustop(selmon); - if (sel) - setfullscreen(sel, !sel->isfullscreen); -} - -void togglegaps(const Arg *arg) { selmon->gaps = !selmon->gaps; |
