diff --git a/python/core/qgsrasterlayer.sip b/python/core/qgsrasterlayer.sip index 3ecae92fc49..4e08a8a9fd2 100644 --- a/python/core/qgsrasterlayer.sip +++ b/python/core/qgsrasterlayer.sip @@ -216,14 +216,6 @@ public: /** \brief Mutator for gray band name mapping. */ void setGrayBandName(const QString & theBandNameQString); - // - // Accessor and mutator for mDebugOverlayFlag - // - /** \brief Accessor for a flag that determines whether to show some debug info on the image. */ - bool getShowDebugOverlayFlag(); - - /** \brief Mutator for a flag that determines whether to show some debug info on the image. */ - void setShowDebugOverlayFlag(bool theFlag); // Accessor and mutator for min max values double getMinimumValue(unsigned int theBand); diff --git a/python/core/qgsrasterpyramid.sip b/python/core/qgsrasterpyramid.sip index af30da904c8..b05844cc72f 100644 --- a/python/core/qgsrasterpyramid.sip +++ b/python/core/qgsrasterpyramid.sip @@ -17,5 +17,5 @@ class QgsRasterPyramid /** \brief Whether the pyramid should be built */ bool build; - QgsRasterPyramid() + QgsRasterPyramid(); };