[vlc-commits] [Git][videolan/vlc][master] qt: medialib: remove unused m_countPendingReset
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Tue Jul 26 15:14:00 UTC 2022
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
d3e16b42 by Steve Lhomme at 2022-07-26T14:54:27+00:00
qt: medialib: remove unused m_countPendingReset
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/mlbookmarkmodel.hpp
Changes:
=====================================
modules/gui/qt/medialibrary/mlbookmarkmodel.hpp
=====================================
@@ -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
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d3e16b42157c8762e53a1233610c47ac68e39a5b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d3e16b42157c8762e53a1233610c47ac68e39a5b
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list