Tidy following tagothermonitor merge

This commit is contained in:
bakkeby
2020-06-21 09:07:51 +02:00
parent f27195491c
commit 62cca4897b
6 changed files with 60 additions and 29 deletions

View File

@@ -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)
{