mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
remove unimplemented functions from headers
Remove some function declarations that are not (no longer) implemented. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
da19588063
commit
fa30246096
2 changed files with 0 additions and 4 deletions
|
|
@ -526,8 +526,6 @@ int snd_pcm_hw_params_is_batch(const snd_pcm_hw_params_t *params);
|
|||
int snd_pcm_hw_params_is_block_transfer(const snd_pcm_hw_params_t *params);
|
||||
int snd_pcm_hw_params_is_monotonic(const snd_pcm_hw_params_t *params);
|
||||
int snd_pcm_hw_params_can_overrange(const snd_pcm_hw_params_t *params);
|
||||
int snd_pcm_hw_params_can_forward(const snd_pcm_hw_params_t *params);
|
||||
int snd_pcm_hw_params_can_rewind(const snd_pcm_hw_params_t *params);
|
||||
int snd_pcm_hw_params_can_pause(const snd_pcm_hw_params_t *params);
|
||||
int snd_pcm_hw_params_can_resume(const snd_pcm_hw_params_t *params);
|
||||
int snd_pcm_hw_params_is_half_duplex(const snd_pcm_hw_params_t *params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue