[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39278] branches/soc-2011-onion/source/ blender/editors/sculpt_paint/paint_uv.c: removed unused/ uninitialized variable from paint_uv.c

Jason Wilkins Jason.A.Wilkins at gmail.com
Thu Aug 11 00:23:08 CEST 2011


Revision: 39278
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39278
Author:   jwilkins
Date:     2011-08-10 22:23:08 +0000 (Wed, 10 Aug 2011)
Log Message:
-----------
removed unused/uninitialized variable from paint_uv.c

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c	2011-08-10 22:22:17 UTC (rev 39277)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c	2011-08-10 22:23:08 UTC (rev 39278)
@@ -135,7 +135,6 @@
 	EditEdge *eed;
 	Temp_VertexData *adr, *adror, *data;
 	float diff[2];
-	int index;
 
 	if (edges) set_border_flag(em);
 
@@ -198,7 +197,6 @@
 		}
 
 		eve->tmp.p= NULL;
-		index++;
 	}
 
 	BKE_mesh_end_editmesh(obedit->data, em);




More information about the Bf-blender-cvs mailing list