summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-03 22:14:21 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-03 22:14:21 +0200
commit2bf0a8aa3c5274b663b23caf74fc2b36be20cdfe (patch)
treefef06fd1b55767f34702aad3b6fa88a3e228eb40
parent6324b792da5d1e99425185ab92f3de0c6b81c3dd (diff)
Remove unused using statement.
-rw-r--r--src/wx/content_panel.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc
index 5ec503720..ceebd6e14 100644
--- a/src/wx/content_panel.cc
+++ b/src/wx/content_panel.cc
@@ -58,7 +58,6 @@ using std::dynamic_pointer_cast;
using std::exception;
using std::list;
using std::make_shared;
-using std::max;
using std::shared_ptr;
using std::string;
using std::vector;