From 154a76198e8af2ca19b2c646b35824562a6c6104 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 13 Mar 2018 03:54:12 +0100 Subject: [PATCH] Remove a weird comment (#2217) No idea what this is meant to tell us, but color_init_unchecked() pointing at itself with "use this instead" makes no sense. Signed-off-by: Uli Schlachter --- color.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/color.c b/color.c index b9b37f8f..b9290bb7 100644 --- a/color.c +++ b/color.c @@ -66,8 +66,6 @@ color_parse(const char *colstr, ssize_t len, } /** Send a request to initialize a X color. - * If you are only interested in the rgba values and don't need the color's - * pixel value, you should use color_init_unchecked() instead. * \param color color_t struct to store color into. * \param colstr Color specification. * \param len The length of colstr (which still MUST be NULL terminated).