Commit 43cb23ae5dc30527d89fa5482a0020c00d838855

henry 2002-12-16T00:40:12

Removed unused constants

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/FTContour.cpp b/src/FTContour.cpp
index 3158aed..7635c1e 100644
--- a/src/FTContour.cpp
+++ b/src/FTContour.cpp
@@ -1,7 +1,5 @@
 #include "FTContour.h"
 
-static const unsigned int SECOND_DEGREE_CURVE = 2;
-static const unsigned int THIRD_DEGREE_CURVE = 3;
 static const float BEZIER_STEP_SIZE = 0.2f;