aboutsummaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'color.h')
-rw-r--r--color.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/color.h b/color.h
index 7ff62bb945..6806e897e1 100644
--- a/color.h
+++ b/color.h
@@ -48,7 +48,6 @@ typedef struct {
* @param red the red value for the color
* @param green the green value for the color
* @param blue the blue value for the color
- * @param source the GdkColor to be filled
* @return TRUE if it succeeds, FALSE if it fails
*/
gboolean initialize_color(color_t *color, guint16 red, guint16 green, guint16 blue);