Commit c0d66940 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove never used value

parent 7efba6b3
...@@ -91,7 +91,7 @@ static void PlaylistAddItem(GtkWidget *widget, gchar *name, char **ppsz_options, ...@@ -91,7 +91,7 @@ static void PlaylistAddItem(GtkWidget *widget, gchar *name, char **ppsz_options,
{ {
intf_thread_t *p_intf = GtkGetIntf( widget ); intf_thread_t *p_intf = GtkGetIntf( widget );
playlist_t *p_playlist; playlist_t *p_playlist;
int i_id , i_pos=0; int i_pos=0;
GtkTreeView *p_tvplaylist = NULL; GtkTreeView *p_tvplaylist = NULL;
p_playlist = pl_Hold( p_intf ); p_playlist = pl_Hold( p_intf );
...@@ -132,7 +132,7 @@ static void PlaylistAddItem(GtkWidget *widget, gchar *name, char **ppsz_options, ...@@ -132,7 +132,7 @@ static void PlaylistAddItem(GtkWidget *widget, gchar *name, char **ppsz_options,
else else
#endif #endif
{ {
i_id = playlist_AddExt( p_playlist, (const char*)name, playlist_AddExt( p_playlist, (const char*)name,
(const char*)name, (const char*)name,
PLAYLIST_APPEND, PLAYLIST_END, PLAYLIST_APPEND, PLAYLIST_END,
(mtime_t) 0, (mtime_t) 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment