Removed the donors tab from the EditorAbout window, as I'm not even trying to take donations anymore.

This commit is contained in:
Relintai 2024-09-17 21:16:20 +02:00
parent 1b06889fe1
commit e2223e72c1

View File

@ -201,6 +201,7 @@ EditorAbout::EditorAbout() {
// Donors
/*
List<String> donor_sections;
donor_sections.push_back(TTR("Platinum Sponsors"));
donor_sections.push_back(TTR("Gold Sponsors"));
@ -214,6 +215,7 @@ EditorAbout::EditorAbout() {
DONORS_SPONSOR_SILVER, DONORS_SPONSOR_BRONZE, DONORS_SPONSOR_MINI,
DONORS_GOLD, DONORS_SILVER, DONORS_BRONZE };
tc->add_child(_populate_list(TTR("Donors"), donor_sections, donor_src, 3));
*/
// License