[Cogl] [PATCH 31/53] color: Remove the last mentions of cogl_color_new()

Damien Lespiau damien.lespiau at gmail.com
Tue Jan 1 06:31:07 PST 2013


From: Damien Lespiau <damien.lespiau at intel.com>

---
 cogl/cogl-color.h                      |    2 +-
 cogl/cogl.symbols                      |    1 -
 doc/reference/cogl2/cogl2-sections.txt |    1 -
 3 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/cogl/cogl-color.h b/cogl/cogl-color.h
index 0a41cca..0b7358a 100644
--- a/cogl/cogl-color.h
+++ b/cogl/cogl-color.h
@@ -478,7 +478,7 @@ cogl_color_copy (const CoglColor *color);
  * cogl_color_free:
  * @color: the color to free
  *
- * Frees the resources allocated by cogl_color_new() and cogl_color_copy()
+ * Frees the resources allocated by cogl_color_copy().
  *
  * Since: 1.0
  */
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols
index 115f1d1..21dd5a7 100644
--- a/cogl/cogl.symbols
+++ b/cogl/cogl.symbols
@@ -117,7 +117,6 @@ cogl_color_get_red_float
 cogl_color_init_from_4f
 cogl_color_init_from_4fv
 cogl_color_init_from_4ub
-cogl_color_new
 cogl_color_premultiply
 cogl_color_set_alpha
 cogl_color_set_alpha_byte
diff --git a/doc/reference/cogl2/cogl2-sections.txt b/doc/reference/cogl2/cogl2-sections.txt
index fe99193..bd5c9b3 100644
--- a/doc/reference/cogl2/cogl2-sections.txt
+++ b/doc/reference/cogl2/cogl2-sections.txt
@@ -485,7 +485,6 @@ cogl_is_offscreen
 <FILE>cogl-color</FILE>
 <TITLE>Color Type</TITLE>
 CoglColor
-cogl_color_new
 cogl_color_copy
 cogl_color_free
 cogl_color_init_from_4ub
-- 
1.7.7.5



More information about the Cogl mailing list