]> git.sesse.net Git - vlc/blobdiff - src/playlist/control.c
* Documentation belongs to the .h, step 1
[vlc] / src / playlist / control.c
index 2b518c6b1b11615846690b66fcc977da6a66b57a..4f2a383bebc1f7f725929a6fa02354aef466edaa 100644 (file)
@@ -38,17 +38,6 @@ static void PreparseEnqueueItemSub( playlist_t *, playlist_item_t * );
  * Playlist control
  *****************************************************************************/
 
-/**
- * Do a playlist action.
- * If there is something in the playlist then you can do playlist actions.
- * Should be entered with playlist lock. See include/vlc_playlist.h for
- * possible queries
- *
- * \param p_playlist the playlist to do the command on
- * \param i_query the command to do
- * \param variable number of arguments
- * \return VLC_SUCCESS or an error
- */
 int playlist_Control( playlist_t * p_playlist, int i_query, vlc_bool_t b_locked, ... )
 {
     va_list args;