Skip to content

Commit d660c6d

Browse files
author
jef
committed
fix #1312
git-svn-id: http://svn.osgeo.org/qgis/trunk@9311 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0715a13 commit d660c6d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

python/core/qgsrasterlayer.sip

-8
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,6 @@ public:
216216

217217
/** \brief Mutator for gray band name mapping. */
218218
void setGrayBandName(const QString & theBandNameQString);
219-
//
220-
// Accessor and mutator for mDebugOverlayFlag
221-
//
222-
/** \brief Accessor for a flag that determines whether to show some debug info on the image. */
223-
bool getShowDebugOverlayFlag();
224-
225-
/** \brief Mutator for a flag that determines whether to show some debug info on the image. */
226-
void setShowDebugOverlayFlag(bool theFlag);
227219

228220
// Accessor and mutator for min max values
229221
double getMinimumValue(unsigned int theBand);

python/core/qgsrasterpyramid.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ class QgsRasterPyramid
1717
/** \brief Whether the pyramid should be built */
1818
bool build;
1919

20-
QgsRasterPyramid()
20+
QgsRasterPyramid();
2121
};

0 commit comments

Comments
 (0)