Explorar o código

Removed unused variable.

Ryan C. Gordon %!s(int64=10) %!d(string=hai) anos
pai
achega
06e85acd72
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/audio/winmm/SDL_winmm.c

+ 0 - 1
src/audio/winmm/SDL_winmm.c

@@ -225,7 +225,6 @@ WINMM_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
     MMRESULT result;
     WAVEFORMATEX waveformat;
     UINT devId = WAVE_MAPPER;  /* WAVE_MAPPER == choose system's default */
-    char *utf8 = NULL;
     UINT i;
 
     if (handle != NULL) {  /* specific device requested? */