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/libgnomecanvas.h | |
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/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 8ddd2c541e..6dff7de8dd 100644 --- a/libgnomecanvas/libgnomecanvas.h +++ b/libgnomecanvas/libgnomecanvas.h @@ -27,7 +27,6 @@ #define LIBGNOMECANVAS_H #include <libgnomecanvas/gnome-canvas.h> -#include <libgnomecanvas/gnome-canvas-line.h> #include <libgnomecanvas/gnome-canvas-text.h> #include <libgnomecanvas/gnome-canvas-rich-text.h> #include <libgnomecanvas/gnome-canvas-pixbuf.h> |