diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-10 22:38:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-10 22:38:03 +0200 |
| commit | 0ecf58d20eec5e9d10ee4b9f0440d232d875f94a (patch) | |
| tree | a62cc52016bd8b877f963a4ecccf4051a80daf97 /src/subtitle_asset.cc | |
| parent | aab6630b945371038cc49e456a766ae45cab1f47 (diff) | |
Remove some unused using commands.
Diffstat (limited to 'src/subtitle_asset.cc')
| -rw-r--r-- | src/subtitle_asset.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index bf4b1c63..a8636368 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -64,7 +64,6 @@ using std::map; using std::shared_ptr; using std::vector; using std::make_shared; -using boost::shared_array; using boost::optional; using boost::lexical_cast; using namespace dcp; |
