From dff05dd69bac1a2833c8f2f287991786b8b429e2 Mon Sep 17 00:00:00 2001 From: nirvn Date: Tue, 12 Oct 2021 10:16:57 +0700 Subject: [PATCH] All public now --- python/core/auto_generated/raster/qgsrasterinterface.sip.in | 4 ---- src/core/raster/qgsrasterinterface.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/python/core/auto_generated/raster/qgsrasterinterface.sip.in b/python/core/auto_generated/raster/qgsrasterinterface.sip.in index 269f234e711f..f9a49ab6a3c6 100644 --- a/python/core/auto_generated/raster/qgsrasterinterface.sip.in +++ b/python/core/auto_generated/raster/qgsrasterinterface.sip.in @@ -492,11 +492,7 @@ Fill in histogram defaults if not specified maximum = PyFloat_AsDouble( a4 ); } -#if defined(SIP_PROTECTED_IS_PUBLIC) || (SIP_VERSION >= 0x050000 && !defined(_MSC_VER)) sipCpp->initHistogram( *a0, a1, a2, minimum, maximum, *a5, a6, a7 ); -#else - sipCpp->sipProtect_initHistogram( *a0, a1, a2, minimum, maximum, *a5, a6, a7 ); -#endif %End diff --git a/src/core/raster/qgsrasterinterface.h b/src/core/raster/qgsrasterinterface.h index 19377af0ae71..f14b4498d6a5 100644 --- a/src/core/raster/qgsrasterinterface.h +++ b/src/core/raster/qgsrasterinterface.h @@ -540,11 +540,7 @@ class CORE_EXPORT QgsRasterInterface maximum = PyFloat_AsDouble( a4 ); } -#if defined(SIP_PROTECTED_IS_PUBLIC) || (SIP_VERSION >= 0x050000 && !defined(_MSC_VER)) sipCpp->initHistogram( *a0, a1, a2, minimum, maximum, *a5, a6, a7 ); -#else - sipCpp->sipProtect_initHistogram( *a0, a1, a2, minimum, maximum, *a5, a6, a7 ); -#endif % End #endif