diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-03 22:14:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-03 22:14:21 +0200 |
| commit | 2bf0a8aa3c5274b663b23caf74fc2b36be20cdfe (patch) | |
| tree | fef06fd1b55767f34702aad3b6fa88a3e228eb40 | |
| parent | 6324b792da5d1e99425185ab92f3de0c6b81c3dd (diff) | |
Remove unused using statement.
| -rw-r--r-- | src/wx/content_panel.cc | 1 |
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; |
