diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-13 00:16:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-15 19:48:20 +0200 |
| commit | 1eff4da1e5487c08f63a9efe68d0dd1ebf787a00 (patch) | |
| tree | b76e93e3da2929d8ebda9eca6c0031eaf2d75bd9 | |
| parent | 91adae31531b3ac8d1129cc3b2df577a39a892ee (diff) | |
Cleanup some unused usings.
| -rw-r--r-- | src/lib/video_decoder.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index ce42f428f..cee4bcdc6 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -32,14 +32,9 @@ #include "i18n.h" -using std::back_inserter; using std::cout; using std::dynamic_pointer_cast; -using std::list; -using std::make_shared; -using std::max; using std::shared_ptr; -using boost::optional; using namespace dcpomatic; |
