diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-05 01:52:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-05 01:52:47 +0100 |
| commit | 4de8ab2f8e67c50546e0bf49ab045cbdb6f0c4e2 (patch) | |
| tree | 0c20c28c8e53636f4a1e30cae5c0df3a47d4fff4 | |
| parent | 1b8deeaaaeb80b64bed4e61f05086a3326c104e1 (diff) | |
Remove out-of-date patrons.
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 48e0cab4e..adbe2eb7b 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -158,8 +158,6 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString patrons; patrons.Add ("Lightbender Post"); - patrons.Add ("Drop-out Cinema"); - patrons.Add ("Root & Rust Creative"); add_section (_("Patrons"), patrons); wxArrayString subscribers; |
