Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Batt <benbatt@gmail.com>2006-12-06 15:34:26 +0300
committerBen Batt <benbatt@gmail.com>2006-12-06 15:34:26 +0300
commitc0becb45323d76ba0cf6840b264f20428c275e11 (patch)
tree4286a96787120184b70dbdf1aad089031b7b9621 /source/blender/include/BIF_meshtools.h
parenta720296999b1a422dd63f04d0e205599140ea06c (diff)
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.
Diffstat (limited to 'source/blender/include/BIF_meshtools.h')
-rw-r--r--source/blender/include/BIF_meshtools.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/include/BIF_meshtools.h b/source/blender/include/BIF_meshtools.h
index 166dd4542b5..f489bbf4120 100644
--- a/source/blender/include/BIF_meshtools.h
+++ b/source/blender/include/BIF_meshtools.h
@@ -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);