Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
436
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
b23065e7
Commit
b23065e7
authored
15 years ago
by
Rémi Denis-Courmont
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused b_playlist_locked
parent
8e6039b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/control/core.c
+0
-1
0 additions, 1 deletion
src/control/core.c
src/control/libvlc_internal.h
+0
-1
0 additions, 1 deletion
src/control/libvlc_internal.h
with
0 additions
and
2 deletions
src/control/core.c
+
0
−
1
View file @
b23065e7
...
...
@@ -138,7 +138,6 @@ libvlc_instance_t * libvlc_new( int argc, const char *const *argv,
p_new
->
libvlc_vlm
.
p_vlm
=
NULL
;
p_new
->
libvlc_vlm
.
p_event_manager
=
NULL
;
p_new
->
libvlc_vlm
.
pf_release
=
NULL
;
p_new
->
b_playlist_locked
=
0
;
p_new
->
ref_count
=
1
;
p_new
->
verbosity
=
1
;
p_new
->
p_callback_list
=
NULL
;
...
...
This diff is collapsed.
Click to expand it.
src/control/libvlc_internal.h
+
0
−
1
View file @
b23065e7
...
...
@@ -70,7 +70,6 @@ struct libvlc_instance_t
{
libvlc_int_t
*
p_libvlc_int
;
libvlc_vlm_t
libvlc_vlm
;
int
b_playlist_locked
;
unsigned
ref_count
;
int
verbosity
;
vlc_mutex_t
instance_lock
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment