diff options
author | Chris Robinson <[email protected]> | 2015-01-20 16:44:47 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-01-20 16:44:47 -0800 |
commit | 5cbafaa014062ce704b59604f6aae40837b7c670 (patch) | |
tree | a3ee89af034df4d6bd8473bd8a3eda3b262b7fcd /Alc/backends/qsa.c | |
parent | 0b6bb762597cec700ed42c4931514f7879bd3e99 (diff) |
Remove a couple unused variables
Diffstat (limited to 'Alc/backends/qsa.c')
-rw-r--r-- | Alc/backends/qsa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/backends/qsa.c b/Alc/backends/qsa.c index 89b67ddf..291e49fc 100644 --- a/Alc/backends/qsa.c +++ b/Alc/backends/qsa.c @@ -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: |