From 2d3c721e94bae124a5eea31672b165920495c834 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 19 Feb 2012 15:27:19 +0100 Subject: some clean up (bzr r10999) --- src/live_effects/effect.h | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'src') 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 + * Copyright (C) Johan Engelen 2007-2012 * * Released under GNU GPL, read the file 'COPYING' for more information */ - #include #include #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 getCanvasIndicators(SPLPEItem *lpeitem); virtual void addCanvasIndicators(SPLPEItem *lpeitem, std::vector &hp_vec); - std::vector param_vector; std::vector > kh_entity_vector; int oncanvasedit_it; -- cgit v1.2.3