From a2e7884940b3f4b44963783ae524e5400427d27b Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 2 Jan 2022 18:12:32 +0100 Subject: [PATCH] pathutil: [nfc] remove useless default extern declaration of functions in vis.h --- lib/pathplan/vis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pathplan/vis.h b/lib/pathplan/vis.h index 1e2e3f8b6..8c19fad07 100644 --- a/lib/pathplan/vis.h +++ b/lib/pathplan/vis.h @@ -47,7 +47,7 @@ extern "C" { #endif #ifndef VIS_API -#define VIS_API extern +#define VIS_API /* nothing */ #endif VIS_API COORD *ptVis(vconfig_t *, int, Ppoint_t); -- 2.50.1