Removed SlowerDraw and FasterDraw buttons in Mesh panel after discussion

with Ton on IRC. This feature was old, something of a hack and didn't really
work well with the modifier stack. To paraphrase Ton: We want to make blender
higher quality, so poorly thought out code should be removed, or replaced
with decent implementations.
This commit is contained in:
2006-12-06 12:34:26 +00:00
parent a720296999
commit c0becb4532
4 changed files with 1 additions and 84 deletions

View File

@@ -38,9 +38,6 @@ struct EditVert;
extern int join_mesh(void);
extern void fasterdraw(void);
extern void slowerdraw(void);
extern void sort_faces(void);
extern void objects_bake_render(void);