diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-12 11:32:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-12 11:32:26 +0200 |
| commit | 401821e667cd4c719dc0e6e84a1fa662c8d30c86 (patch) | |
| tree | 6ce10debcd1b48b3ae8fccb9b59d1fcf11062f85 | |
| parent | 22662089349e90258bc330a8f7bae637fb3eba1d (diff) | |
Remove some unused usings.
| -rw-r--r-- | src/lib/video_content.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index e75a6fa94..4203d6640 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -56,14 +56,11 @@ int const VideoContentProperty::BURNT_SUBTITLE_LANGUAGE = 10; using std::cout; using std::dynamic_pointer_cast; -using std::fixed; using std::list; using std::make_shared; using std::max; using std::min; using std::pair; -using std::setprecision; -using std::setprecision; using std::shared_ptr; using std::string; using std::vector; |
