diff options
Diffstat (limited to 'libgnomecanvas/gnome-canvas.h')
-rw-r--r-- | libgnomecanvas/gnome-canvas.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libgnomecanvas/gnome-canvas.h b/libgnomecanvas/gnome-canvas.h index 5ef653aa67..7394ff2514 100644 --- a/libgnomecanvas/gnome-canvas.h +++ b/libgnomecanvas/gnome-canvas.h @@ -520,12 +520,6 @@ gint gnome_canvas_get_color (GnomeCanvas *canvas, const gchar *spec, GdkColor *c gulong gnome_canvas_get_color_pixel (GnomeCanvas *canvas, guint rgba); -/* Sets the stipple origin of the specified gc so that it will be aligned with - * all the stipples used in the specified canvas. This is intended for use only - * by canvas item implementations. - */ -void gnome_canvas_set_stipple_origin (GnomeCanvas *canvas, GdkGC *gc); - G_END_DECLS #endif |