From 7b687013f2544e1085e9c8c911faeedbbaa712b5 Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Sun, 16 Dec 2018 19:38:00 +0100 Subject: remove "Perspective path" LPE - unmaintained "test effect", nobody knows how it works - broken with (maybe also without?) yaxisdown=true --- src/live_effects/effect.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 1ba94a2a2..d55f777e5 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -48,7 +48,6 @@ #include "live_effects/lpe-path_length.h" #include "live_effects/lpe-perp_bisector.h" #include "live_effects/lpe-perspective-envelope.h" -#include "live_effects/lpe-perspective_path.h" #include "live_effects/lpe-powerclip.h" #include "live_effects/lpe-powermask.h" #include "live_effects/lpe-powerstroke.h" @@ -156,7 +155,6 @@ const Util::EnumData LPETypeData[] = { {PARALLEL, N_("Parallel"), "parallel"}, {PATH_LENGTH, N_("Path length"), "path_length"}, {PERP_BISECTOR, N_("Perpendicular bisector"), "perp_bisector"}, - {PERSPECTIVE_PATH, N_("Perspective path"), "perspective_path"}, {RECURSIVE_SKELETON, N_("Recursive skeleton"), "recursive_skeleton"}, {TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"}, {TEXT_LABEL, N_("Text label"), "text_label"}, @@ -222,9 +220,6 @@ Effect::New(EffectType lpenr, LivePathEffectObject *lpeobj) case CIRCLE_WITH_RADIUS: neweffect = static_cast ( new LPECircleWithRadius(lpeobj) ); break; - case PERSPECTIVE_PATH: - neweffect = static_cast ( new LPEPerspectivePath(lpeobj) ); - break; case SPIRO: neweffect = static_cast ( new LPESpiro(lpeobj) ); break; -- cgit v1.2.3