summaryrefslogtreecommitdiff
path: root/src/totem-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-object.c')
-rw-r--r--src/totem-object.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/totem-object.c b/src/totem-object.c
index cabfecb46..27f2df0e9 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -648,15 +648,13 @@ add_to_playlist_and_play_cb (TotemPlaylist *playlist, GAsyncResult *async_result
* @totem: a #TotemObject
* @uri: the URI to add to the playlist
* @display_name: the display name of the URI
- * @add_to_recent: if %TRUE, add the URI to the recent items list
*
* Add @uri to the playlist and play it immediately.
**/
void
totem_object_add_to_playlist_and_play (TotemObject *totem,
const char *uri,
- const char *display_name,
- gboolean add_to_recent)
+ const char *display_name)
{
AddToPlaylistData *data;