summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-18 08:55:07 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-18 08:55:07 +0200
commit54a3a837153f9f35813d54ec2387c8261e968511 (patch)
tree5ddcadf3e2d2fdd177e5c923b240d4431f3f9f81 /src
parent8bc480da2db924349465dbe557f87bd6f05b7fdd (diff)
Remove some unused using statements.
Diffstat (limited to 'src')
-rw-r--r--src/reel_closed_caption_asset.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/reel_closed_caption_asset.cc b/src/reel_closed_caption_asset.cc
index 7d22c0b8..b72a3558 100644
--- a/src/reel_closed_caption_asset.cc
+++ b/src/reel_closed_caption_asset.cc
@@ -48,11 +48,8 @@ LIBDCP_ENABLE_WARNINGS
using std::string;
-using std::pair;
-using std::make_pair;
using std::shared_ptr;
using std::dynamic_pointer_cast;
-using boost::optional;
using namespace dcp;