Skip to content

Commit

Permalink
Fix for #641 - this was due non-existing function in QgsColorTable
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6780 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Mar 9, 2007
1 parent 90c30ed commit a8aa7af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/core/qgscolortable.sip
Expand Up @@ -63,7 +63,6 @@ public:

/** \brief Clear the color table */
void clear();
void gack();

};

1 change: 0 additions & 1 deletion src/core/raster/qgscolortable.h
Expand Up @@ -100,7 +100,6 @@ class CORE_EXPORT QgsColorTable

/** \brief Clear the color table */
void clear();
void gack();

private:
/** \brief vector of discrete values */
Expand Down

0 comments on commit a8aa7af

Please sign in to comment.