[goffice] GoImage: remove undefined go_image_fill.



commit bbcbea49f5743d01596f61c0305a830cf6203eb1
Author: Morten Welinder <terra gnome org>
Date:   Tue Oct 1 21:27:54 2013 -0400

    GoImage: remove undefined go_image_fill.

 docs/reference/goffice-0.10-sections.txt |    1 -
 goffice/utils/go-image.h                 |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/goffice-0.10-sections.txt b/docs/reference/goffice-0.10-sections.txt
index 7808c4f..9b12ec4 100644
--- a/docs/reference/goffice-0.10-sections.txt
+++ b/docs/reference/goffice-0.10-sections.txt
@@ -1268,7 +1268,6 @@ GOImageFormat
 GOImageFormatInfo
 go_image_differ
 go_image_draw
-go_image_fill
 go_image_format_info_get_type
 go_image_format_to_mime
 go_image_get_data
diff --git a/goffice/utils/go-image.h b/goffice/utils/go-image.h
index 2241173..923331f 100644
--- a/goffice/utils/go-image.h
+++ b/goffice/utils/go-image.h
@@ -99,7 +99,6 @@ GOImage       *go_image_new_for_format        (char const *format);
 GType           go_image_type_for_format       (char const *format);
 
 guint8 const   *go_image_get_data              (GOImage *image, gsize *length);
-void            go_image_fill                  (GOImage *image, GOColor color);
 
 void            go_image_set_name              (GOImage *image, char const *name);
 char const     *go_image_get_name              (GOImage const *image);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]