summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-18 09:10:08 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-18 09:10:08 +0200
commite5e059538bbbf1993df854bd95e9bbf4bb1d7aaa (patch)
treeb0949aef3ec22172b6b3eab8dd409c9d3f118a37 /include
parent0dc33a4dd49eb560e98b24090969fd618a4c6198 (diff)
remove country list from config
Diffstat (limited to 'include')
-rw-r--r--include/config.hpp9
1 files changed, 0 insertions, 9 deletions
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);