Skip to content

Commit

Permalink
Hmm, missed a few of the Tcl_DoOneEvent removals somehow.
Browse files Browse the repository at this point in the history
svn:revision:41561
svn:branch:STABLE
svn:account:starseeker
  • Loading branch information
starseeker committed Dec 8, 2010
1 parent 44c9771 commit 3e7f1d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/librt/primitives/bot/bot.c
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,6 @@ rt_bot_vertex_fuse(struct rt_bot_internal *bot)
j++;
}
}
Tcl_DoOneEvent(TCL_DONT_WAIT);
}
#else
/* THE NEW WAY .. possibly O(n) with basic bin sorting */
Expand Down Expand Up @@ -3079,8 +3078,6 @@ rt_bot_condense(struct rt_bot_internal *bot)
i = 0;
while (i < num_verts-dead_verts) {
while (!verts[i] && i < num_verts-dead_verts) {
Tcl_DoOneEvent(TCL_DONT_WAIT);

dead_verts++;
for (j=i; j<num_verts-dead_verts; j++) {
k = j+1;
Expand Down Expand Up @@ -3452,7 +3449,6 @@ rt_bot_sort_faces(struct rt_bot_internal *bot, int tris_per_piece)
max_verts--;
}
}
Tcl_DoOneEvent(TCL_DONT_WAIT);
}

bu_free(old_faces, "old_faces");
Expand Down Expand Up @@ -3807,8 +3803,6 @@ edge_can_be_decimated(struct rt_bot_internal *bot,
}
}

Tcl_DoOneEvent(TCL_DONT_WAIT);

/* if only one face will be deleted, do not decimate this may be a
* free edge
*/
Expand Down

0 comments on commit 3e7f1d9

Please sign in to comment.