From ccdbe79fc18865397c37bb69c2ac0059f2387f94 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 3 Aug 2008 03:26:27 +0000 Subject: remove many needless references to n-art-bpath.h (bzr r6540) --- src/dropper-context.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/dropper-context.cpp') diff --git a/src/dropper-context.cpp b/src/dropper-context.cpp index 0be132340..5c9e45521 100644 --- a/src/dropper-context.cpp +++ b/src/dropper-context.cpp @@ -22,7 +22,6 @@ #include #include -#include "libnr/n-art-bpath.h" #include "macros.h" #include "display/canvas-bpath.h" #include "display/canvas-arena.h" @@ -44,17 +43,6 @@ #include "message-context.h" #include "libnr/nr-scale-translate-ops.h" -#define C1 0.552 -static NArtBpath const spdc_circle[] = { - { NR_MOVETO, 0, 0, 0, 0, -1, 0 }, - { NR_CURVETO, -1, C1, -C1, 1, 0, 1 }, - { NR_CURVETO, C1, 1, 1, C1, 1, 0 }, - { NR_CURVETO, 1, -C1, C1, -1, 0, -1 }, - { NR_CURVETO, -C1, -1, -1, -C1, -1, 0 }, - { NR_END, 0, 0, 0, 0, 0, 0 } -}; -#undef C1 - static void sp_dropper_context_class_init(SPDropperContextClass *klass); static void sp_dropper_context_init(SPDropperContext *dc); -- cgit v1.2.3