summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-08 23:29:32 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-09 20:04:33 +0200
commit68798e3ed491d642bb52e3d70dbe9c204aeb614b (patch)
treebd8be35b3caf3b3516f792dcea1af4e1544a504e /src/lib/dcp_subtitle_decoder.cc
parentf14a056d70af376ef6d9171474781d3526be4cd9 (diff)
Cleanup some unused using statements and other bits.
Diffstat (limited to 'src/lib/dcp_subtitle_decoder.cc')
-rw-r--r--src/lib/dcp_subtitle_decoder.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/dcp_subtitle_decoder.cc b/src/lib/dcp_subtitle_decoder.cc
index 024d62f34..b3240491f 100644
--- a/src/lib/dcp_subtitle_decoder.cc
+++ b/src/lib/dcp_subtitle_decoder.cc
@@ -28,13 +28,11 @@
using std::cout;
using std::list;
-using std::map;
using std::string;
using std::vector;
using std::shared_ptr;
using std::dynamic_pointer_cast;
using std::make_shared;
-using boost::bind;
using namespace dcpomatic;