ALSA: remove unused variables
loops and size are unused, so just remove them while we're here.
This commit is contained in:
parent
347fcf5c6c
commit
1b8f45c751
|
@ -8,10 +8,6 @@ snd_pcm_t *handle;
|
|||
// We're making these functions static - there's no need to pollute the global namespace
|
||||
static void alsa_init()
|
||||
{
|
||||
|
||||
long loops;
|
||||
int size;
|
||||
|
||||
snd_pcm_hw_params_t *params;
|
||||
unsigned int val;
|
||||
int dir=-1;
|
||||
|
|
Loading…
Reference in New Issue