Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix for #641 - this was due non-existing function in QgsColorTable
git-svn-id: http://svn.osgeo.org/qgis/trunk@6780 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
0 additions
and 2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -63,7 +63,6 @@ public: | ||
|
||
/** \brief Clear the color table */ | ||
void clear(); | ||
|
||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -100,7 +100,6 @@ class CORE_EXPORT QgsColorTable | ||
|
||
/** \brief Clear the color table */ | ||
void clear(); | ||
|
||
private: | ||
/** \brief vector of discrete values */ | ||