summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-13 00:16:10 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-15 19:44:40 +0200
commit17472c4962a1a99247eb409d3195304c92082a44 (patch)
tree7de526911a6b01786f3c8530f3057221ebbb8544 /src/lib/video_decoder.cc
parentc8ded80037ab5c3c105b33f719f87c586af93760 (diff)
Cleanup some unused usings.
Diffstat (limited to 'src/lib/video_decoder.cc')
-rw-r--r--src/lib/video_decoder.cc5
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;