Fix unused variable in vid_voodoo.c.
This commit is contained in:
parent
3a7c4687d6
commit
182d22cb95
1 changed files with 2 additions and 0 deletions
|
|
@ -7142,7 +7142,9 @@ void *voodoo_init()
|
|||
|
||||
void voodoo_close(void *p)
|
||||
{
|
||||
#ifndef RELEASE_BUILD
|
||||
FILE *f;
|
||||
#endif
|
||||
voodoo_t *voodoo = (voodoo_t *)p;
|
||||
int c;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue