summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-09-19 22:57:54 +0200
committerCarl Hetherington <cth@carlh.net>2021-09-19 22:57:54 +0200
commit446b8e0a4400ebf32fec4afd764ec3c73498f4bc (patch)
tree658ff0b9b335c91e7a852b3b8f92e37d1841081b
parentc7916079e06d985121842962b9736a6673e22dfe (diff)
Remove an unused using.
-rw-r--r--src/lib/player_video.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/player_video.cc b/src/lib/player_video.cc
index e473b8750..d3a286829 100644
--- a/src/lib/player_video.cc
+++ b/src/lib/player_video.cc
@@ -36,7 +36,6 @@ extern "C" {
using std::cout;
using std::dynamic_pointer_cast;
using std::make_shared;
-using std::pair;
using std::shared_ptr;
using std::string;
using std::weak_ptr;