Skip to content

Commit

Permalink
aout: remove ->device_enum (fixes #8248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Apr 14, 2013
1 parent 88d9000 commit 5c09789
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/vlc_aout.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,6 @@ struct audio_output
* \param mute true to mute, false to unmute
* \warning A stream may or may not have been started when called.
*/
int (*device_enum)(audio_output_t *, char ***ids, char ***names);
/**< Enumerates available audio output devices (optional, may be NULL).
* \param ids pointer to a heap-allocated table of heap-allocated
* nul-terminated device unique identifiers [OUT]
* \param names pointer to a heap-allocated table of heap-allocated
* nul-terminated device human-readable names [OUT]
* \return The number of entries, or -1 on error.
* \warning A stream may or may not have been started when called.
*/
int (*device_select)(audio_output_t *, const char *id);
/**< Selects an audio output device (optional, may be NULL).
* \param id nul-terminated device unique identifier.
Expand Down

0 comments on commit 5c09789

Please sign in to comment.