diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-08 23:29:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-09 20:04:33 +0200 |
| commit | 68798e3ed491d642bb52e3d70dbe9c204aeb614b (patch) | |
| tree | bd8be35b3caf3b3516f792dcea1af4e1544a504e /src/lib/text_decoder.cc | |
| parent | f14a056d70af376ef6d9171474781d3526be4cd9 (diff) | |
Cleanup some unused using statements and other bits.
Diffstat (limited to 'src/lib/text_decoder.cc')
| -rw-r--r-- | src/lib/text_decoder.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc index 8111154e3..88f7cd4a9 100644 --- a/src/lib/text_decoder.cc +++ b/src/lib/text_decoder.cc @@ -36,7 +36,6 @@ using std::min; using std::max; using std::shared_ptr; using boost::optional; -using std::function; using namespace dcpomatic; |
