old vol commands removed

This commit is contained in:
Luke Smith 2020-04-08 11:06:13 -04:00
parent d783168bb1
commit 177d5b4678
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

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