Mercurial > sdl-ios-xcode
comparison src/audio/dummy/SDL_dummyaudio.c @ 1538:b1f8c14f0df5
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 15 Mar 2006 03:50:34 +0000 |
parents | 60620d71e324 |
children | 782fd950bd46 c121d94672cb a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
1537:60620d71e324 | 1538:b1f8c14f0df5 |
---|---|
60 } | 60 } |
61 | 61 |
62 static SDL_AudioDevice *DUMMYAUD_CreateDevice(int devindex) | 62 static SDL_AudioDevice *DUMMYAUD_CreateDevice(int devindex) |
63 { | 63 { |
64 SDL_AudioDevice *this; | 64 SDL_AudioDevice *this; |
65 const char *envr; | |
66 | 65 |
67 /* Initialize all variables that we clean on shutdown */ | 66 /* Initialize all variables that we clean on shutdown */ |
68 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice)); | 67 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice)); |
69 if ( this ) { | 68 if ( this ) { |
70 SDL_memset(this, 0, (sizeof *this)); | 69 SDL_memset(this, 0, (sizeof *this)); |