diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-02-19 14:27:19 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2012-02-19 14:27:19 +0000 |
| commit | 2d3c721e94bae124a5eea31672b165920495c834 (patch) | |
| tree | cb25678fd40618532fed89fa7dc402f62c8f0c96 /src | |
| parent | remove very old unused code file (diff) | |
| download | inkscape-2d3c721e94bae124a5eea31672b165920495c834.tar.gz inkscape-2d3c721e94bae124a5eea31672b165920495c834.zip | |
some clean up
(bzr r10999)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/effect.h | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index b80625c9f..ffb4d70a3 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -2,14 +2,11 @@ #define INKSCAPE_LIVEPATHEFFECT_H /* - * Inkscape::LivePathEffect - * -* Copyright (C) Johan Engelen 2007-2008 <j.b.c.engelen@utwente.nl> + * Copyright (C) Johan Engelen 2007-2012 <j.b.c.engelen@alumnus.utwente.nl> * * Released under GNU GPL, read the file 'COPYING' for more information */ - #include <map> #include <glibmm/ustring.h> #include <2geom/forward.h> @@ -19,20 +16,18 @@ #define LPE_CONVERSION_TOLERANCE 0.01 // FIXME: find good solution for this. -struct SPDocument; -struct SPDesktop; +class SPDocument; +class SPDesktop; class SPItem; -class SPNodeContext; -struct LivePathEffectObject; +class LivePathEffectObject; class SPLPEItem; class KnotHolder; class KnotHolderEntity; class SPPath; -struct SPCurve; +class SPCurve; namespace Gtk { class Widget; - class VBox; } namespace Inkscape { @@ -41,10 +36,6 @@ namespace XML { class Node; } -namespace NodePath { - class Path ; -} - namespace LivePathEffect { enum LPEPathFlashType { @@ -139,10 +130,8 @@ protected: void addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *desktop, SPItem *item); - //virtual std::vector<Geom::PathVector> getCanvasIndicators(SPLPEItem *lpeitem); virtual void addCanvasIndicators(SPLPEItem *lpeitem, std::vector<Geom::PathVector> &hp_vec); - std::vector<Parameter *> param_vector; std::vector<std::pair<KnotHolderEntity*, const char*> > kh_entity_vector; int oncanvasedit_it; |
