From d8e12e8710f7c24e046c132e84eff416b8e8d06c Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sun, 29 Apr 2012 00:19:05 +0000 Subject: Suppressed "unused but set variable" warnings. --- source/blender/freestyle/intern/view_map/Silhouette.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/freestyle/intern/view_map/Silhouette.h') diff --git a/source/blender/freestyle/intern/view_map/Silhouette.h b/source/blender/freestyle/intern/view_map/Silhouette.h index b75f023ee8d..369267af8d9 100755 --- a/source/blender/freestyle/intern/view_map/Silhouette.h +++ b/source/blender/freestyle/intern/view_map/Silhouette.h @@ -1196,7 +1196,6 @@ public: Vec3r B = ioB->point3D(); Vec3r a = ioA->point2D(); Vec3r b = ioB->point2D(); - SVertex *svA, *svB; Vec3r newpoint3d,newpoint2d; vector intersections; @@ -1231,8 +1230,8 @@ public: sv!=svend; sv++) { - svA = fe->vertexA(); - svB = fe->vertexB(); + //SVertex *svA = fe->vertexA(); + SVertex *svB = fe->vertexB(); // We split edge AB into AA' and A'B. A' and A'B are created. // AB becomes (address speaking) AA'. B is updated. -- cgit v1.2.3