From: Rob Norris Date: Sat, 30 Jan 2016 21:17:28 +0000 (+0000) Subject: [QA] This function should be static X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/f93a5a0adbed9a535f6fa80303dea04f49783c8e?hp=cbd09b9f876c3cd51e77df742db2bb05b8c97261 [QA] This function should be static --- diff --git a/src/vikmapniklayer.c b/src/vikmapniklayer.c index 541f0ecb..7fe3163b 100644 --- a/src/vikmapniklayer.c +++ b/src/vikmapniklayer.c @@ -714,7 +714,7 @@ static void render_cancel_cleanup (RenderInfo *data) /** * Thread */ -void thread_add (VikMapnikLayer *vml, MapCoord *mul, VikCoord *ul, VikCoord *br, gint x, gint y, gint z, gint zoom, const gchar* name ) +static void thread_add (VikMapnikLayer *vml, MapCoord *mul, VikCoord *ul, VikCoord *br, gint x, gint y, gint z, gint zoom, const gchar* name ) { // Create request guint nn = name ? g_str_hash ( name ) : 0;