[evolution] gnome-canvas: Remove GnomeCanvasPathDef
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] gnome-canvas: Remove GnomeCanvasPathDef
- Date: Fri, 29 Oct 2010 18:36:25 +0000 (UTC)
commit cadb974ea98aeda9c16e51e263aab442d82f2014
Author: Benjamin Otte <otte redhat com>
Date: Fri Oct 15 01:29:16 2010 +0200
gnome-canvas: Remove GnomeCanvasPathDef
It's not needed anymore as it has practically been replaced by cairo_path_t.
libgnomecanvas/Makefile.am | 2 -
libgnomecanvas/gnome-canvas-path-def.c | 1293 --------------------------------
libgnomecanvas/gnome-canvas-path-def.h | 96 ---
libgnomecanvas/gnome-canvas-shape.h | 1 -
4 files changed, 0 insertions(+), 1392 deletions(-)
---
diff --git a/libgnomecanvas/Makefile.am b/libgnomecanvas/Makefile.am
index 36025ea..939712f 100644
--- a/libgnomecanvas/Makefile.am
+++ b/libgnomecanvas/Makefile.am
@@ -24,7 +24,6 @@ libgnomecanvasinclude_HEADERS = \
gailcanvaswidget.h \
gailcanvaswidgetfactory.h \
gnome-canvas-i18n.h \
- gnome-canvas-path-def.h \
gnome-canvas-pixbuf.h \
gnome-canvas-rect.h \
gnome-canvas-rich-text.h \
@@ -45,7 +44,6 @@ libgnomecanvas_la_SOURCES = \
gailcanvastextfactory.c \
gailcanvaswidget.c \
gailcanvaswidgetfactory.c \
- gnome-canvas-path-def.c \
gnome-canvas-pixbuf.c \
gnome-canvas-rect.c \
gnome-canvas-rich-text.c \
diff --git a/libgnomecanvas/gnome-canvas-shape.h b/libgnomecanvas/gnome-canvas-shape.h
index dcd1c01..c27c606 100644
--- a/libgnomecanvas/gnome-canvas-shape.h
+++ b/libgnomecanvas/gnome-canvas-shape.h
@@ -15,7 +15,6 @@
#define GNOME_CANVAS_SHAPE_H
#include <libgnomecanvas/gnome-canvas.h>
-#include <libgnomecanvas/gnome-canvas-path-def.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]