Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
4330d456
Commit
4330d456
authored
May 12, 2014
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist: fetcher: remove unused policy
parent
1f5843e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/playlist/fetcher.c
src/playlist/fetcher.c
+0
-2
No files found.
src/playlist/fetcher.c
View file @
4330d456
...
...
@@ -49,7 +49,6 @@ struct playlist_fetcher_t
vlc_mutex_t
lock
;
vlc_cond_t
wait
;
bool
b_live
;
int
i_art_policy
;
int
i_waiting
;
input_item_t
**
pp_waiting
;
...
...
@@ -74,7 +73,6 @@ playlist_fetcher_t *playlist_fetcher_New( vlc_object_t *parent )
p_fetcher
->
b_live
=
false
;
p_fetcher
->
i_waiting
=
0
;
p_fetcher
->
pp_waiting
=
NULL
;
p_fetcher
->
i_art_policy
=
var_GetInteger
(
parent
,
"album-art"
);
ARRAY_INIT
(
p_fetcher
->
albums
);
return
p_fetcher
;
...
...
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