Remove debugpoint.
[synfig.git] / synfig-studio / trunk / src / synfigapp / blineconvert.cpp
index 1b3b85c..8e76d7f 100644 (file)
@@ -246,7 +246,7 @@ void GetFirstDerivatives(const std::vector<synfig::Point> &f, unsigned int left,
 
 void GetSimpleDerivatives(const std::vector<synfig::Point> &f, int left, int right,
                                                        std::vector<synfig::Point> &df, int outleft,
-                                                       const std::vector<synfig::Real> &di)
+                                                       const std::vector<synfig::Real> &/*di*/)
 {
        int i1,i2,i;
        int offset = 2; //df = 1/2 (f[i+o]-f[i-o])
@@ -341,7 +341,7 @@ int tesselate_curves(const std::vector<cpindex> &inds, const std::vector<Point>
        j2 = j++;
        for(; j != end; j2 = j++)
        {
-               //if this curve has invalid error (in j) then retesselate it's work points (requires reparametrization, etc.)
+               //if this curve has invalid error (in j) then retesselate its work points (requires reparametrization, etc.)
                if(j->error < 0)
                {
                        //get the stepsize etc. for the number of points in here