mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 08:45:31 -05:00
*** empty log message ***
This commit is contained in:
@@ -62,7 +62,6 @@ static void DUMMYAUD_DeleteDevice(SDL_AudioDevice *device)
|
||||
static SDL_AudioDevice *DUMMYAUD_CreateDevice(int devindex)
|
||||
{
|
||||
SDL_AudioDevice *this;
|
||||
const char *envr;
|
||||
|
||||
/* Initialize all variables that we clean on shutdown */
|
||||
this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
|
||||
|
||||
Reference in New Issue
Block a user