vlc_window: fix doxygen warning

include/vlc_window.h:539: warning: argument 'cfg' of command @param
    is not found in the argument list of vlc_window_Enable(vlc_window_t *window)
This commit is contained in:
Alexandre Janniaux 2023-07-06 09:30:44 +02:00 committed by Steve Lhomme
parent 09ead1c182
commit 5393f5d7de
1 changed files with 0 additions and 1 deletions

View File

@ -544,7 +544,6 @@ static inline void vlc_window_SetTitle(vlc_window_t *window, const char *title)
* while the window is enabled.
*
* \param window window to enable
* \param cfg initial configuration for the window
*/
VLC_API
int vlc_window_Enable(vlc_window_t *window);