diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-18 08:55:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-18 08:55:07 +0200 |
| commit | 54a3a837153f9f35813d54ec2387c8261e968511 (patch) | |
| tree | 5ddcadf3e2d2fdd177e5c923b240d4431f3f9f81 /src | |
| parent | 8bc480da2db924349465dbe557f87bd6f05b7fdd (diff) | |
Remove some unused using statements.
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel_closed_caption_asset.cc | 3 |
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; |
