[openal] [PATCH] Remove unused variables

Carlos Olmedo Escobar carlos.olmedo.e at gmail.com
Tue Jan 20 19:22:36 EST 2015


Signed-off-by: Carlos Olmedo Escobar <carlos.olmedo.e at gmail.com>
---
 Alc/backends/qsa.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Alc/backends/qsa.c b/Alc/backends/qsa.c
index 89b67dd..291e49f 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:
-- 
2.1.4



More information about the openal mailing list