aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/dwl.c b/dwl.c
index 4c03717..6d51236 100644
--- a/dwl.c
+++ b/dwl.c
@@ -278,7 +278,6 @@ static void tag(const Arg *arg);
static void tagmon(const Arg *arg);
static void tile(Monitor *m);
static void togglefloating(const Arg *arg);
-static void togglefullscreen(const Arg *arg);
static void toggletag(const Arg *arg);
static void toggleview(const Arg *arg);
static void unmaplayersurface(LayerSurface *layersurface);
@@ -1054,13 +1053,6 @@ destroyxdeco(struct wl_listener *listener, void *data)
}
void
-togglefullscreen(const Arg *arg)
-{
- Client *sel = selclient();
- setfullscreen(sel, !sel->isfullscreen);
-}
-
-void
setfullscreen(Client *c, int fullscreen)
{
c->isfullscreen = fullscreen;