summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-12-13 11:41:06 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-12-13 11:41:06 +0000
commit603ab07e17117fb06074c39c0fe2511d4a41c0ec (patch)
tree89a0cb12bdf8ce0c3bbca21cd884d89b7ea7c9fb
parent7389e60d59e225b819004cfe60c893493ab129f4 (diff)
remove unused variable
-rw-r--r--dwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index b5ff60a..e700dc0 100644
--- a/dwm.c
+++ b/dwm.c
@@ -482,7 +482,6 @@ void
buttonpress(XEvent *e)
{
unsigned int i, click;
- Arg arg = {0};
Client *c;
Monitor *m;
XButtonPressedEvent *ev = &e->xbutton;