From 2bf0a8aa3c5274b663b23caf74fc2b36be20cdfe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 3 Oct 2021 22:14:21 +0200 Subject: [PATCH 1/1] Remove unused using statement. --- src/wx/content_panel.cc | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2