From e5e059538bbbf1993df854bd95e9bbf4bb1d7aaa Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 18 Oct 2025 09:10:08 +0200 Subject: remove country list from config --- include/config.hpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/config.hpp') diff --git a/include/config.hpp b/include/config.hpp index aecec75..76b8022 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -32,15 +32,6 @@ namespace config { static const char* PROGRAM_VERSION = "0.1.0"; // major.minor.patch - // TODO get rid of this and use country iter - static const char* country_codes[] = { - "AT", "BE", "BG", "HR", "CY", "CZ", "DK", "EE", "FI", "FR", - "DE", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "NL", - "PL", "PT", "RO", "SK", "SI", "ES", "SE" - }; - - static s32 country_count = sizeof(country_codes) / sizeof(country_codes[0]); - namespace colors { static const ImU32 COLOR_ERROR_OUTLINE = IM_COL32(255, 0, 0, 80); static const ImU32 COLOR_ERROR = IM_COL32(235, 64, 52, 255); -- cgit v1.2.3-70-g09d2