mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
Fixed build
This commit is contained in:
parent
0413e21e54
commit
b8cc51875a
1 changed files with 0 additions and 7 deletions
|
|
@ -687,13 +687,6 @@ static int ALSA_OpenDevice(SDL_AudioDevice *device)
|
|||
return 0; // We're ready to rock and roll. :-)
|
||||
}
|
||||
|
||||
typedef struct ALSA_Device
|
||||
{
|
||||
char *name;
|
||||
SDL_bool iscapture;
|
||||
struct ALSA_Device *next;
|
||||
} ALSA_Device;
|
||||
|
||||
static void add_device(const SDL_bool iscapture, const char *name, void *hint, ALSA_Device **pSeen)
|
||||
{
|
||||
ALSA_Device *dev = SDL_malloc(sizeof(ALSA_Device));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue