From 21001273042cce019cca7588d731220c7176d718 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 5 May 2018 14:54:19 -0400 Subject: [PATCH] geo: zeroing static unnecessary --- geo/geo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo/geo.cpp b/geo/geo.cpp index 2c89ab052b..9275730b92 100644 --- a/geo/geo.cpp +++ b/geo/geo.cpp @@ -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()