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 <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2018-03-13 03:54:12 +01:00 committed by Emmanuel Lepage Vallée
parent 3fe913f17a
commit 154a76198e
1 changed files with 0 additions and 2 deletions

View File

@ -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).