From 8e1239579acd5922a002e363c825af7309de0abb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 24 Aug 2014 11:38:44 +0200 Subject: [PATCH] fixed comment. --- src/lib/color.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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; -- 2.7.4