]> granicus.if.org Git - graphviz/commitdiff
pathutil: [nfc] remove useless default extern declaration of functions in vis.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 17:12:32 +0000 (18:12 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 13:05:20 +0000 (14:05 +0100)
lib/pathplan/vis.h

index 1e2e3f8b6f73a399344d47e9e3391b71e2042e66..8c19fad07078cf41b897effbcbca18f790ac8d86 100644 (file)
@@ -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);