diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-13 23:20:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:59 +0800 |
commit | c90e014d6156ac43c515f7e37b15a57237338e3e (patch) | |
tree | 0b9434763593af54922d2650ba1166a6566a4b16 /libgnomecanvas/libgnomecanvas.h | |
parent | e5cf725c52f786e3025e9e7455f3a34bf30fe446 (diff) | |
download | gsoc2013-evolution-c90e014d6156ac43c515f7e37b15a57237338e3e.tar.gz gsoc2013-evolution-c90e014d6156ac43c515f7e37b15a57237338e3e.tar.zst gsoc2013-evolution-c90e014d6156ac43c515f7e37b15a57237338e3e.zip |
gnome-canvas: Remove GnomeCanvasPolygon
It's unused and has an ugly API. We can redo it later if we need it.
Diffstat (limited to 'libgnomecanvas/libgnomecanvas.h')
-rw-r--r-- | libgnomecanvas/libgnomecanvas.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgnomecanvas/libgnomecanvas.h b/libgnomecanvas/libgnomecanvas.h index e83d9060e6..8ddd2c541e 100644 --- a/libgnomecanvas/libgnomecanvas.h +++ b/libgnomecanvas/libgnomecanvas.h @@ -30,7 +30,6 @@ #include <libgnomecanvas/gnome-canvas-line.h> #include <libgnomecanvas/gnome-canvas-text.h> #include <libgnomecanvas/gnome-canvas-rich-text.h> -#include <libgnomecanvas/gnome-canvas-polygon.h> #include <libgnomecanvas/gnome-canvas-pixbuf.h> #include <libgnomecanvas/gnome-canvas-widget.h> #include <libgnomecanvas/gnome-canvas-rect-ellipse.h> |