Removed unused constants
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;