ALSA: remove unused variables

loops and size are unused, so just remove them while we're here.
This commit is contained in:
Christoph "baka0815" Schwerdtfeger 2019-01-16 19:14:37 +01:00
parent 347fcf5c6c
commit 1b8f45c751
1 changed files with 0 additions and 4 deletions

View File

@ -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;