From d06c089cfcde58104f0ecf2a6204215ff125b72e Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 2 Jan 2022 19:04:22 +0100 Subject: [PATCH] xdot: [nfc] remove useless default extern declaration of functions in xdot.h --- lib/xdot/xdot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xdot/xdot.h b/lib/xdot/xdot.h index cc67f9a22..280196f65 100644 --- a/lib/xdot/xdot.h +++ b/lib/xdot/xdot.h @@ -23,7 +23,7 @@ extern "C" { #define XDOT_API __declspec(dllimport) #endif #else -#define XDOT_API extern +#define XDOT_API /* nothing */ #endif #define INITIAL_XDOT_CAPACITY 512 -- 2.40.0