Remove unused using
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Sep 2021 22:07:26 +0000 (00:07 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Sep 2021 11:41:46 +0000 (13:41 +0200)
src/lib/player.cc
src/lib/render_text.cc
src/wx/video_view.cc

index 7c1a57aa9e4138d492d1f57e6210fc71c724ef99..7951926e63f06ae47adb2071433058beccc96a7d 100644 (file)
@@ -70,7 +70,6 @@ using std::dynamic_pointer_cast;
 using std::list;
 using std::make_pair;
 using std::make_shared;
-using std::map;
 using std::max;
 using std::min;
 using std::min;
index 96b832c577cb036f119dbfba4ffc675ede63f7f4..76c0fb79d0917ca0b81ae95d3113363381a44586 100644 (file)
@@ -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;
 
 
index 4d80e2535248ceaccc35621bfa6c59435c3768b8..1d10beb30b7bd74255ea2e63153c311e12b11bef 100644 (file)
@@ -28,7 +28,6 @@
 #include <sys/time.h>
 
 
-using std::pair;
 using std::shared_ptr;
 using boost::optional;