diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-08-03 03:26:27 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-08-03 03:26:27 +0000 |
| commit | ccdbe79fc18865397c37bb69c2ac0059f2387f94 (patch) | |
| tree | 1c81deacc6d9b677308d1c75b6af71bccfbd206a /src/dropper-context.cpp | |
| parent | hopefully fixed last error in nodepath... (diff) | |
| download | inkscape-ccdbe79fc18865397c37bb69c2ac0059f2387f94.tar.gz inkscape-ccdbe79fc18865397c37bb69c2ac0059f2387f94.zip | |
remove many needless references to n-art-bpath.h
(bzr r6540)
Diffstat (limited to 'src/dropper-context.cpp')
| -rw-r--r-- | src/dropper-context.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
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 <gtkmm/clipboard.h> #include <gdk/gdkkeysyms.h> -#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); |
