From a088ee1ba6c8883116b639244672cab947fd6ecd Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Fri, 16 Dec 2005 11:01:26 +0000 Subject: [PATCH] Remove trivial warnings --- vcg/simplex/face/topology.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vcg/simplex/face/topology.h b/vcg/simplex/face/topology.h index 32a55dae..124101cd 100644 --- a/vcg/simplex/face/topology.h +++ b/vcg/simplex/face/topology.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.24 2005/12/16 10:47:48 corsini +Add further comment to FlipEdge + Revision 1.23 2005/12/16 10:43:23 corsini Fix one bug @@ -276,10 +279,6 @@ bool CheckOrientation(FaceType &f, int z) template void SwapEdge(FaceType &f, const int z) { - int i; - FaceType *tmp, *prec; - int t, precz; - // store information to preserve topology int z0 = z; int z1 = (z+1)%3;