summaryrefslogtreecommitdiff
path: root/bezier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bezier.cpp')
-rw-r--r--bezier.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bezier.cpp b/bezier.cpp
index 64b0780..63cc328 100644
--- a/bezier.cpp
+++ b/bezier.cpp
@@ -177,9 +177,9 @@ Mask_PushPoint(mask *Mask, v2 Pos)
Mask->NumberOfPoints++;
}
-Mask_DeletePoint(mask *Mask, uint32 p)
-{
-}
+// Mask_DeletePoint(mask *Mask, uint32 p)
+// {
+// }
static void
Mask_AddPointToCurve(mask *Mask, uint16 Index, real32 ratio)