summaryrefslogtreecommitdiff
path: root/include/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.hpp')
-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);