Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 24, 2002
1 parent b1c3d5d commit a5d352d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/audio/windx5/SDL_dx5audio.c
Expand Up @@ -416,6 +416,7 @@ static void DX5_CloseAudio(_THIS)
}
}

#ifdef USE_PRIMARY_BUFFER
/* This function tries to create a primary audio buffer, and returns the
number of audio chunks available in the created buffer.
*/
Expand Down Expand Up @@ -489,6 +490,7 @@ static int CreatePrimary(LPDIRECTSOUND sndObj, HWND focus,
}
return(numchunks);
}
#endif /* USE_PRIMARY_BUFFER */

/* This function tries to create a secondary audio buffer, and returns the
number of audio chunks available in the created buffer.
Expand Down

0 comments on commit a5d352d

Please sign in to comment.