* Removed the 'Beautify Fill' confirmation. None of the other fill

tools have them any more, it was an annoying historical artifact
from before undo.
This commit is contained in:
2007-07-03 07:24:55 +00:00
parent cb82b297ad
commit 427d6fc21d

View File

@@ -2919,8 +2919,6 @@ void beauty_fill(void)
totedge = count_selected_edges(em->edges.first);
if(totedge==0) return;
if(okee("Beautify fill")==0) return;
/* temp block with face pointers */
efaar= (EVPTuple *) MEM_callocN(totedge * sizeof(EVPTuple), "beautyfill");