app: remove checks from stuff that now works on indexed layers

This commit is contained in:
Michael Natterer
2012-03-20 21:33:55 +01:00
parent 0053494c18
commit e01189ca77
8 changed files with 14 additions and 43 deletions

View File

@ -514,7 +514,7 @@ gimp_color_balance (gint32 drawable_ID,
*
* Desaturates the drawable, then tints it with the specified color.
* This tool is only valid on RGB color images. It will not operate on
* grayscale or indexed drawables.
* grayscale drawables.
*
* Returns: TRUE on success.
*