diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-23 00:07:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-27 13:41:46 +0200 |
| commit | 571a29b441ce6fe4a1e35bbcbcf4ea6abc885c22 (patch) | |
| tree | 6fe66d4f5e43579a195883301c978e7e91526049 /src/lib/render_text.cc | |
| parent | 7e7e74324ebf7a8ef5eb6c98f0fc2b65bb7bea34 (diff) | |
Remove unused using
Diffstat (limited to 'src/lib/render_text.cc')
| -rw-r--r-- | src/lib/render_text.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/render_text.cc b/src/lib/render_text.cc index 96b832c57..76c0fb79d 100644 --- a/src/lib/render_text.cc +++ b/src/lib/render_text.cc @@ -48,8 +48,6 @@ using std::min; using std::pair; using std::shared_ptr; using std::string; -using boost::optional; -using boost::algorithm::replace_all; using namespace dcpomatic; |
