diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-14 15:11:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-14 15:11:30 +0100 |
| commit | 6244677a4e92989da3aca309e9eaba0ce420e4a3 (patch) | |
| tree | a5a976d5e66ddff26432a18bf2482f4f92e75631 /src/lib/playlist.h | |
| parent | 853b8641ee7fb8348302c0daae838c4891769b1d (diff) | |
Revert "Protect playlist with a mutex so that we can add content safely from e.g. examine content threads."
This reverts commit 853b8641ee7fb8348302c0daae838c4891769b1d.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index cd902d223..7dbf41604 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -90,7 +90,6 @@ private: bool _sequence_video; bool _sequencing_video; std::list<boost::signals2::connection> _content_connections; - mutable boost::mutex _mutex; }; #endif |
