geo: zeroing static unnecessary

This commit is contained in:
Daniel Agar
2018-05-05 14:54:19 -04:00
parent 0f12db5b2c
commit 2100127304
+1 -1
View File
@@ -53,7 +53,7 @@
* formulas according to: http://mathworld.wolfram.com/AzimuthalEquidistantProjection.html
*/
static struct map_projection_reference_s mp_ref = {};
static struct map_projection_reference_s mp_ref;
static struct globallocal_converter_reference_s gl_ref = {0.0f, false};
bool map_projection_global_initialized()