Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed some prototypes for non-existant functions in dummy audio dri…
Browse files Browse the repository at this point in the history
…ver.
  • Loading branch information
icculus committed Oct 6, 2006
1 parent 957fc46 commit c1970cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/audio/dummy/SDL_dummyaudio.c
Expand Up @@ -37,10 +37,6 @@

/* Audio driver functions */
static int DUMMYAUD_OpenDevice(_THIS, const char *devname, int iscapture);
static void DUMMYAUD_WaitDevice(_THIS);
static void DUMMYAUD_PlayDevice(_THIS);
static Uint8 *DUMMYAUD_GetDeviceBuf(_THIS);
static void DUMMYAUD_CloseDevice(_THIS);

/* Audio driver bootstrap functions */
static int
Expand Down

0 comments on commit c1970cf

Please sign in to comment.