diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-02-13 00:00:39 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-02-13 00:00:39 +0000 |
| commit | 8988dd2782f290d9b2e88290ce07384839560027 (patch) | |
| tree | 0acbe7bc4cafb5fbd4ace983ad91901ec40b8c26 /src/pen-context.cpp | |
| parent | Update from trunk (diff) | |
| download | inkscape-8988dd2782f290d9b2e88290ce07384839560027.tar.gz inkscape-8988dd2782f290d9b2e88290ce07384839560027.zip | |
Removed unused function
(bzr r11950.2.2)
Diffstat (limited to 'src/pen-context.cpp')
| -rw-r--r-- | src/pen-context.cpp | 9 |
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) { |
