From: Jean-Philippe Orsini Date: Sun, 24 Aug 2014 09:38:44 +0000 (+0200) Subject: fixed comment. X-Git-Tag: v1.1.1~3 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=8e1239579acd5922a002e363c825af7309de0abb fixed comment. --- diff --git a/src/lib/color.h b/src/lib/color.h index 8d11558..2956654 100644 --- a/src/lib/color.h +++ b/src/lib/color.h @@ -19,15 +19,7 @@ #ifndef _PSENSOR_COLOR_H_ #define _PSENSOR_COLOR_H_ -/* - * Represents a RGB color. - * - * Contains integer and floating RGB representation to avoid useless - * conversion. - * - * Uses color_set to maintain the coherence of the both - * representation. - */ +/* Represents a RGB color. */ struct color { /* rgb floating 0..1 */ double red;