From de9e95bfcc5149bc136895ec77537a8a73751621 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 27 Jul 2022 09:55:19 +0100 Subject: ipa: raspberrypi: Remove extern "C" declarations Since the controller header files are now C++ specific, remove the extern "C" declarations. Signed-off-by: Naushir Patuck Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/ipa/raspberrypi/controller/sharpen_status.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ipa/raspberrypi/controller/sharpen_status.h') diff --git a/src/ipa/raspberrypi/controller/sharpen_status.h b/src/ipa/raspberrypi/controller/sharpen_status.h index 5ea21ab2..c66eaa73 100644 --- a/src/ipa/raspberrypi/controller/sharpen_status.h +++ b/src/ipa/raspberrypi/controller/sharpen_status.h @@ -8,10 +8,6 @@ /* The "sharpen" algorithm stores the strength to use. */ -#ifdef __cplusplus -extern "C" { -#endif - struct SharpenStatus { /* controls the smallest level of detail (or noise!) that sharpening will pick up */ double threshold; @@ -22,7 +18,3 @@ struct SharpenStatus { /* The sharpening strength requested by the user or application. */ double userStrength; }; - -#ifdef __cplusplus -} -#endif -- cgit v1.2.1