Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
dab5402e
Commit
dab5402e
authored
Jan 15, 2004
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/playlist/item.c:
* remove unused variables
parent
29ba8cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/playlist/info.c
src/playlist/info.c
+2
-4
No files found.
src/playlist/info.c
View file @
dab5402e
...
...
@@ -2,7 +2,7 @@
* info.c : Playlist info management
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* $Id: info.c,v 1.
3 2004/01/07 19:20:30 gbazin
Exp $
* $Id: info.c,v 1.
4 2004/01/15 19:23:14 sigmunau
Exp $
*
* Authors: Clment Stenac <zorglub@videolan.org>
*
...
...
@@ -241,8 +241,7 @@ int playlist_AddInfo( playlist_t *p_playlist, int i_item,
const
char
*
psz_format
,
...)
{
va_list
args
;
int
i
,
i_ret
;
int
i_new
=
VLC_TRUE
;
int
i_ret
;
playlist_item_t
*
p_item
;
char
*
psz_value
;
...
...
@@ -455,7 +454,6 @@ int playlist_AddItemOption( playlist_item_t *p_item,
const
char
*
psz_format
,
...
)
{
va_list
args
;
int
i_new
=
VLC_TRUE
;
item_info_t
*
p_info
=
NULL
;
item_info_category_t
*
p_cat
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment