old vol commands removed
This commit is contained in:
parent
d783168bb1
commit
177d5b4678
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue