audio: Remove no-longer-used SupportsNonPow2Samples

This commit is contained in:
Ryan C. Gordon
2023-07-03 23:26:20 -04:00
parent c653e57768
commit 0fb9e4baae
6 changed files with 0 additions and 6 deletions

View File

@@ -970,7 +970,6 @@ static SDL_bool ALSA_Init(SDL_AudioDriverImpl *impl)
impl->FlushCapture = ALSA_FlushCapture;
impl->HasCaptureSupport = SDL_TRUE;
impl->SupportsNonPow2Samples = SDL_TRUE;
return SDL_TRUE; /* this audio target is available. */
}