From d660c6d9f70df7edd740de1d9d24f9b268c9627d Mon Sep 17 00:00:00 2001 From: jef Date: Fri, 12 Sep 2008 23:48:55 +0000 Subject: [PATCH] fix #1312 git-svn-id: http://svn.osgeo.org/qgis/trunk@9311 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/core/qgsrasterlayer.sip | 8 -------- python/core/qgsrasterpyramid.sip | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) 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(); };