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
426
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
d3e16b42
Commit
d3e16b42
authored
2 years ago
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
qt: medialib: remove unused m_countPendingReset
parent
f530f10c
No related branches found
No related tags found
Loading
Pipeline
#245495
passed with stage
in 18 minutes and 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/medialibrary/mlbookmarkmodel.hpp
+0
-3
0 additions, 3 deletions
modules/gui/qt/medialibrary/mlbookmarkmodel.hpp
with
0 additions
and
3 deletions
modules/gui/qt/medialibrary/mlbookmarkmodel.hpp
+
0
−
3
View file @
d3e16b42
...
...
@@ -79,9 +79,6 @@ private:
BookmarkListPtr
m_bookmarks
;
uint64_t
m_currentMediaId
=
0
;
//avoid starting two beginReset simultaneously
unsigned
m_countPendingReset
=
0
;
mutable
vlc
::
threads
::
mutex
m_mutex
;
uint64_t
m_revision
=
0
;
// current item & media id can be accessed by any thread and therefore
...
...
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