From 177d5b4678e58fd513abbfe70b6ed8dd3163e1c3 Mon Sep 17 00:00:00 2001
From: Luke Smith <luke@lukesmith.xyz>
Date: Wed, 8 Apr 2020 11:06:13 -0400
Subject: old vol commands removed

---
 dwmblocks.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dwmblocks.c b/dwmblocks.c
index 3b80dbc..0439e00 100644
--- a/dwmblocks.c
+++ b/dwmblocks.c
@@ -33,10 +33,6 @@ static Window root;
 static char statusbar[LENGTH(blocks)][50] = {0};
 static char statusstr[256];
 static char *statuscat;
-static const char *volupcmd[]  = { "volup", NULL };
-static const char *voldowncmd[]  = { "voldown", NULL };
-static const char *volmutecmd[]  = { "volmute", NULL };
-static int statusContinue = 1,volmuted = 0;
 
 void replace(char *str, char old, char new)
 {
-- 
cgit v1.2.3