summaryrefslogtreecommitdiff
path: root/alsactl/state.c
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2013-04-05 13:42:15 +0200
committerJaroslav Kysela <perex@perex.cz>2013-04-05 13:47:21 +0200
commit067f4f325602d155b3de76e9dcc0fff7346cefed (patch)
treed2d5a209159d3e7b2ad79e22546938c66c2d087d /alsactl/state.c
parentcc5c3357cff87bb805494e23620bd2d675bcccbd (diff)
downloadalsa-utils-067f4f325602d155b3de76e9dcc0fff7346cefed.tar.gz
alsactl: Improved command line argument handling...
Improve command line argument handling for future extensions. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'alsactl/state.c')
-rw-r--r--alsactl/state.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/alsactl/state.c b/alsactl/state.c
index bd53d21..c33f501 100644
--- a/alsactl/state.c
+++ b/alsactl/state.c
@@ -31,9 +31,6 @@
#include "alsactl.h"
-#define ARRAY_SIZE(a) (sizeof (a) / sizeof (a)[0])
-
-
static char *id_str(snd_ctl_elem_id_t *id)
{
static char str[128];