diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/ccm_status.h')
-rw-r--r-- | src/ipa/raspberrypi/controller/ccm_status.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipa/raspberrypi/controller/ccm_status.h b/src/ipa/raspberrypi/controller/ccm_status.h index 4cdd8bed..44471d0e 100644 --- a/src/ipa/raspberrypi/controller/ccm_status.h +++ b/src/ipa/raspberrypi/controller/ccm_status.h @@ -8,15 +8,7 @@ /* The "ccm" algorithm generates an appropriate colour matrix. */ -#ifdef __cplusplus -extern "C" { -#endif - struct CcmStatus { double matrix[9]; double saturation; }; - -#ifdef __cplusplus -} -#endif |