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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | libgnomecanvas/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgnomecanvas/Makefile.am b/libgnomecanvas/Makefile.am index a69cbb989d..5069052309 100644 --- a/libgnomecanvas/Makefile.am +++ b/libgnomecanvas/Makefile.am @@ -28,7 +28,6 @@ libgnomecanvasinclude_HEADERS = \ gnome-canvas-line.h \ gnome-canvas-path-def.h \ gnome-canvas-pixbuf.h \ - gnome-canvas-polygon.h \ gnome-canvas-rect-ellipse.h \ gnome-canvas-rich-text.h \ gnome-canvas-shape.h \ @@ -52,7 +51,6 @@ libgnomecanvas_la_SOURCES = \ gnome-canvas-line.c \ gnome-canvas-path-def.c \ gnome-canvas-pixbuf.c \ - gnome-canvas-polygon.c \ gnome-canvas-rect-ellipse.c \ gnome-canvas-rich-text.c \ gnome-canvas-shape-private.h \ |