Skip to content
Snippets Groups Projects
Commit d3e16b42 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

qt: medialib: remove unused m_countPendingReset

parent f530f10c
No related branches found
Tags 2.8.9 tv1.1.3
Loading
Pipeline #245495 passed with stage
in 18 minutes and 7 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment