summaryrefslogtreecommitdiffhomepage
path: root/patch/dwmc.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-21 09:07:51 +0200
committerbakkeby <[email protected]>2020-06-21 09:07:51 +0200
commit62cca4897be4b68257c0679bdc1491f0052cd730 (patch)
tree5494f7029fa251c311193d435fc7a0efb78c28b8 /patch/dwmc.c
parentf27195491c56fe53c75942236077c4152176a582 (diff)
downloaddwm-flexipatch-62cca4897be4b68257c0679bdc1491f0052cd730.tar.gz
dwm-flexipatch-62cca4897be4b68257c0679bdc1491f0052cd730.zip
Tidy following tagothermonitor merge
Diffstat (limited to 'patch/dwmc.c')
-rw-r--r--patch/dwmc.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/patch/dwmc.c b/patch/dwmc.c
index 5b1c5e4..065e64d 100644
--- a/patch/dwmc.c
+++ b/patch/dwmc.c
@@ -40,20 +40,6 @@ tagallex(const Arg *arg)
tag(&((Arg){.ui = ~0}));
}
-#if TAGOTHERMONITOR_PATCH
-void
-tagnextmonex(const Arg *arg)
-{
- tagnextmon(&((Arg) { .ui = 1 << arg->ui }));
-}
-
-void
-tagprevmonex(const Arg *arg)
-{
- tagprevmon(&((Arg) { .ui = 1 << arg->ui }));
-}
-#endif
-
int
fake_signal(void)
{