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/live_effects | |
| 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/live_effects')
| -rw-r--r-- | src/live_effects/effect.cpp | 1 | ||||
| -rw-r--r-- | src/live_effects/effect.h | 1 | ||||
| -rw-r--r-- | src/live_effects/lpe-bendpath.cpp | 2 | ||||
| -rw-r--r-- | src/live_effects/lpe-circle_with_radius.cpp | 1 | ||||
| -rwxr-xr-x | src/live_effects/lpe-envelope.cpp | 3 | ||||
| -rw-r--r-- | src/live_effects/lpe-lattice.cpp | 1 | ||||
| -rw-r--r-- | src/live_effects/lpe-patternalongpath.cpp | 2 | ||||
| -rw-r--r-- | src/live_effects/lpe-perp_bisector.cpp | 1 | ||||
| -rw-r--r-- | src/live_effects/lpe-sketch.h | 1 | ||||
| -rw-r--r-- | src/live_effects/lpe-tangent_to_curve.cpp | 1 | ||||
| -rw-r--r-- | src/live_effects/lpe-test-doEffect-stack.cpp | 1 | ||||
| -rw-r--r-- | src/live_effects/lpe-vonkoch.h | 2 | ||||
| -rw-r--r-- | src/live_effects/lpegroupbbox.cpp | 2 | ||||
| -rw-r--r-- | src/live_effects/parameter/path.cpp | 1 |
14 files changed, 0 insertions, 20 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 555b9d32d..64653863b 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -27,7 +27,6 @@ #include "live_effects/lpeobject.h" #include "live_effects/parameter/parameter.h" #include <glibmm/ustring.h> -#include "libnr/n-art-bpath-2geom.h" #include "display/curve.h" #include <gtkmm.h> diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index 123508751..51ca6a558 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -29,7 +29,6 @@ struct SPDocument; struct SPDesktop; struct SPItem; class SPNodeContext; -class NArtBpath; struct LivePathEffectObject; namespace Gtk { diff --git a/src/live_effects/lpe-bendpath.cpp b/src/live_effects/lpe-bendpath.cpp index e2672670d..47d029d60 100644 --- a/src/live_effects/lpe-bendpath.cpp +++ b/src/live_effects/lpe-bendpath.cpp @@ -12,8 +12,6 @@ #include "sp-item.h" #include "sp-path.h" #include "sp-item-group.h" -//#include <libnr/n-art-bpath.h> -#include "libnr/n-art-bpath-2geom.h" #include "svg/svg.h" #include "ui/widget/scalar.h" diff --git a/src/live_effects/lpe-circle_with_radius.cpp b/src/live_effects/lpe-circle_with_radius.cpp index c5dfebfad..8b169af3c 100644 --- a/src/live_effects/lpe-circle_with_radius.cpp +++ b/src/live_effects/lpe-circle_with_radius.cpp @@ -21,7 +21,6 @@ #include "live_effects/lpe-circle_with_radius.h" #include "display/curve.h" -#include <libnr/n-art-bpath.h> // You might need to include other 2geom files. You can add them here: #include <2geom/path.h> diff --git a/src/live_effects/lpe-envelope.cpp b/src/live_effects/lpe-envelope.cpp index ef3d4cc82..fad912df7 100755 --- a/src/live_effects/lpe-envelope.cpp +++ b/src/live_effects/lpe-envelope.cpp @@ -12,9 +12,6 @@ #include "sp-path.h" #include "sp-item-group.h" #include "display/curve.h" -#include <libnr/n-art-bpath.h> -#include <libnr/nr-matrix-fns.h> -#include "libnr/n-art-bpath-2geom.h" #include "svg/svg.h" #include "ui/widget/scalar.h" diff --git a/src/live_effects/lpe-lattice.cpp b/src/live_effects/lpe-lattice.cpp index 74f032fd4..f77434f92 100644 --- a/src/live_effects/lpe-lattice.cpp +++ b/src/live_effects/lpe-lattice.cpp @@ -21,7 +21,6 @@ #include "sp-item.h" #include "sp-path.h" #include "display/curve.h" -#include "libnr/n-art-bpath-2geom.h" #include "svg/svg.h" #include "nodepath.h" diff --git a/src/live_effects/lpe-patternalongpath.cpp b/src/live_effects/lpe-patternalongpath.cpp index 30ec589af..2240a0c3d 100644 --- a/src/live_effects/lpe-patternalongpath.cpp +++ b/src/live_effects/lpe-patternalongpath.cpp @@ -10,8 +10,6 @@ #include "live_effects/lpeobject.h" #include "sp-shape.h" #include "display/curve.h" -#include <libnr/n-art-bpath.h> -#include "libnr/n-art-bpath-2geom.h" #include "svg/svg.h" #include "ui/widget/scalar.h" diff --git a/src/live_effects/lpe-perp_bisector.cpp b/src/live_effects/lpe-perp_bisector.cpp index 35c6f0933..d60f9acb1 100644 --- a/src/live_effects/lpe-perp_bisector.cpp +++ b/src/live_effects/lpe-perp_bisector.cpp @@ -15,7 +15,6 @@ #include "live_effects/lpe-perp_bisector.h" #include "display/curve.h" -#include <libnr/n-art-bpath.h> #include "sp-path.h" #include "line-geometry.h" #include "sp-lpe-item.h" diff --git a/src/live_effects/lpe-sketch.h b/src/live_effects/lpe-sketch.h index 051240665..f4881ac55 100644 --- a/src/live_effects/lpe-sketch.h +++ b/src/live_effects/lpe-sketch.h @@ -29,7 +29,6 @@ public: // Choose to implement one of the doEffect functions. You can delete or comment out the others. // virtual void doEffect (SPCurve * curve); -// virtual NArtBpath * doEffect_nartbpath (NArtBpath * path_in); // virtual std::vector<Geom::Path> doEffect_path (std::vector<Geom::Path> & path_in); virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in); diff --git a/src/live_effects/lpe-tangent_to_curve.cpp b/src/live_effects/lpe-tangent_to_curve.cpp index ede13e2d4..b43fd8b36 100644 --- a/src/live_effects/lpe-tangent_to_curve.cpp +++ b/src/live_effects/lpe-tangent_to_curve.cpp @@ -19,7 +19,6 @@ // There must be a more convenient way to achieve this. #include "sp-path.h" #include "display/curve.h" -#include "libnr/n-art-bpath-2geom.h" #include <2geom/path.h> #include <2geom/transforms.h> diff --git a/src/live_effects/lpe-test-doEffect-stack.cpp b/src/live_effects/lpe-test-doEffect-stack.cpp index 3b578b2c6..f858e0f4b 100644 --- a/src/live_effects/lpe-test-doEffect-stack.cpp +++ b/src/live_effects/lpe-test-doEffect-stack.cpp @@ -10,7 +10,6 @@ #include <2geom/piecewise.h> #include <vector> -#include <libnr/n-art-bpath.h> #include <cstring> using std::memcpy; diff --git a/src/live_effects/lpe-vonkoch.h b/src/live_effects/lpe-vonkoch.h index c4126e5e6..6ae22bf06 100644 --- a/src/live_effects/lpe-vonkoch.h +++ b/src/live_effects/lpe-vonkoch.h @@ -15,8 +15,6 @@ #include "live_effects/parameter/enum.h" #include "live_effects/parameter/bool.h" -#include "libnr/n-art-bpath-2geom.h" - // needed for on-canvas editting: #include "tools-switch.h" #include "shape-editor.h" diff --git a/src/live_effects/lpegroupbbox.cpp b/src/live_effects/lpegroupbbox.cpp index c0f1222f2..bd4b5d093 100644 --- a/src/live_effects/lpegroupbbox.cpp +++ b/src/live_effects/lpegroupbbox.cpp @@ -9,8 +9,6 @@ #include "live_effects/lpegroupbbox.h" #include "sp-item.h" -#include "libnr/nr-matrix-fns.h" -#include "libnr/n-art-bpath-2geom.h" namespace Inkscape { namespace LivePathEffect { diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index e74729b35..df329a10c 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -8,7 +8,6 @@ #include "live_effects/parameter/path.h" #include "live_effects/effect.h" -#include "libnr/n-art-bpath-2geom.h" #include "svg/svg.h" #include <2geom/svg-path-parser.h> #include <2geom/sbasis-to-bezier.h> |
