summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-23 02:35:50 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-23 02:35:50 +0000
commitfe12278d612a0c52bcbff2736f18d4e590410b71 (patch)
tree554f81e055d1e6f4514f7c87cde7f9ccb2f05fea /src/live_effects/effect.cpp
parentUpdate to experimental r13429 (diff)
downloadinkscape-fe12278d612a0c52bcbff2736f18d4e590410b71.tar.gz
inkscape-fe12278d612a0c52bcbff2736f18d4e590410b71.zip
Duplicate LPE entries
(bzr r13090.1.91)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 179759ed6..777d500e9 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -147,11 +147,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{SIMPLIFY, N_("Simplify"), "simplify"},
{LATTICE2, N_("Lattice Deformation 2"), "lattice2"},
{ENVELOPE_PERSPECTIVE, N_("Envelope-Perspective"), "envelope-perspective"},
- {SIMPLIFY, N_("Simplify"), "simplify"},
- {LATTICE2, N_("Lattice Deformation 2"), "lattice2"},
- // TRANSLATORS: "Envelope Perspective" should be equivalent to "perspective transformation"
- {ENVELOPE_PERSPECTIVE, N_("Envelope Perspective"), "envelope-perspective"},
- {FILLET_CHAMFER, N_("Fillet/Chamfer"), "fillet-chamfer"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));