From f76ed4a4664b6563292770258da3703df7616d87 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 10 Mar 2019 03:59:56 +0100 Subject: [PATCH] Removed SerialDV from exports file --- exports/export.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/exports/export.h b/exports/export.h index cda4f61f8..10b79fea5 100644 --- a/exports/export.h +++ b/exports/export.h @@ -102,18 +102,6 @@ # define QRTPLIB_API #endif -/* the 'SERIALDV_API' controls the import/export of 'serialdv' symbols - */ -#if !defined(sdrangel_STATIC) -# ifdef serialdv_EXPORTS -# define SERIALDV_API __SDR_EXPORT -# else -# define SERIALDV_API __SDR_IMPORT -# endif -#else -# define SERIALDV_API -#endif - /* the 'SWG_API' controls the import/export of 'swagger' symbols */ #if !defined(sdrangel_STATIC)