Remove a couple unused variables

This commit is contained in:
Chris Robinson
2015-01-20 16:44:47 -08:00
parent 0b6bb76259
commit 5cbafaa014
-3
View File
@@ -112,7 +112,6 @@ static void deviceList(int type, vector_DevMap *devmap)
DevMap entry;
char name[1024];
struct snd_ctl_hw_info info;
void* temp;
max_cards = snd_cards();
if(max_cards < 0)
@@ -889,8 +888,6 @@ void alc_qsa_deinit(void)
void alc_qsa_probe(enum DevProbe type)
{
ALuint i;
switch (type)
{
case ALL_DEVICE_PROBE: