summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-22 13:13:33 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-22 13:13:33 +0000
commit54e6a93b3399dd7dd5f21c2ad3c9951db24b1b2d (patch)
treedb7974ee7fe9a59988fa1696f101b5f82d6372c5 /src
parent59f63e2b6d0dba963faee7dfee54fbb48dee396a (diff)
Removed Paul's code.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 699a7aafc..2e2b26cb9 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -90,7 +90,6 @@ AboutDialog::AboutDialog (wxWindow* parent)
wxArrayString written_by;
written_by.Add (wxT ("Carl Hetherington"));
written_by.Add (wxT ("Terrence Meiczinger"));
- written_by.Add (wxT ("Paul Davis"));
written_by.Add (wxT ("Ole Laursen"));
written_by.Add (wxT ("Brecht Sanders"));
add_section (_("Written by"), written_by);