Completely remove support for compile-time localization.

All localization is now done at run-time.
This commit is contained in:
Dianne Skoll
2024-12-10 10:58:09 -05:00
parent 67d1d1366d
commit 585d45e4a1
26 changed files with 108 additions and 2520 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
/* The default values are initially set to the city hall in Ottawa, */
/* Ontario, Canada. */
/*---------------------------------------------------------------------*/
#define DEFAULT_LATITUDE 45.420556
#define DEFAULT_LONGITUDE -75.689722
#define DEFAULT_LATITUDE 45.42055555555555
#define DEFAULT_LONGITUDE -75.68944444444445
#define LOCATION "Ottawa"
/*---------------------------------------------------------------------*/