diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-13 23:08:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:59 +0800 |
commit | 372b46d528dc9db5c7eb03e1b5f16580e1aba9a1 (patch) | |
tree | c7de73f528bb66885a849b0c2f00a4cbfc369c68 /libgnomecanvas/Makefile.am | |
parent | c90e014d6156ac43c515f7e37b15a57237338e3e (diff) | |
download | gsoc2013-evolution-372b46d528dc9db5c7eb03e1b5f16580e1aba9a1.tar.gz gsoc2013-evolution-372b46d528dc9db5c7eb03e1b5f16580e1aba9a1.tar.zst gsoc2013-evolution-372b46d528dc9db5c7eb03e1b5f16580e1aba9a1.zip |
gnome-canvas: Remove GnomeCanvasLine
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 5069052309..14b44a0d07 100644 --- a/libgnomecanvas/Makefile.am +++ b/libgnomecanvas/Makefile.am @@ -25,7 +25,6 @@ libgnomecanvasinclude_HEADERS = \ gailcanvaswidgetfactory.h \ gnome-canvas-clipgroup.h \ gnome-canvas-i18n.h \ - gnome-canvas-line.h \ gnome-canvas-path-def.h \ gnome-canvas-pixbuf.h \ gnome-canvas-rect-ellipse.h \ @@ -48,7 +47,6 @@ libgnomecanvas_la_SOURCES = \ gailcanvaswidget.c \ gailcanvaswidgetfactory.c \ gnome-canvas-clipgroup.c \ - gnome-canvas-line.c \ gnome-canvas-path-def.c \ gnome-canvas-pixbuf.c \ gnome-canvas-rect-ellipse.c \ |