summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pen-context.cpp')
-rw-r--r--src/pen-context.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp
index 3055f8504..9056003e0 100644
--- a/src/pen-context.cpp
+++ b/src/pen-context.cpp
@@ -1472,15 +1472,6 @@ static void spdc_pen_set_angle_distance_status_message(SPPenContext *const pc, G
}
-//BSpline Set Functions
-//Creates a new curve resetting the original
-static SPCurve * reverse_then_reset(SPCurve *orig)
-{
- SPCurve *ret = orig->create_reverse();
- orig->reset();
- return ret;
-}
-
//Esta función cambia los colores rojo,verde y azul haciendolos transparentes o no en función de si se usa spiro
static void spiro_color(SPPenContext *const pc)
{