summaryrefslogtreecommitdiff
path: root/dwm/tagandview.c
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-08 15:21:28 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-08 15:21:28 +0900
commit4437d5b3c3eea76f6e2b0fd4a2ba21c02a098aeb (patch)
treee8dcb20bf144aacf88f93b012dccacdeb08015cd /dwm/tagandview.c
parentc2b06f0d5795a789f4ddab459179ff89aedfee98 (diff)
updates
Diffstat (limited to 'dwm/tagandview.c')
-rw-r--r--dwm/tagandview.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dwm/tagandview.c b/dwm/tagandview.c
deleted file mode 100644
index 0f98214..0000000
--- a/dwm/tagandview.c
+++ /dev/null
@@ -1,4 +0,0 @@
-void tagandview(const Arg *arg) {
- tag(arg);
- view(arg);
-}