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:
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index c6ca8d14afb..738d575066b 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1407,14 +1407,11 @@ void add_numbut(int nr, int type, char *str, float min, float max, void *poin, c
void clever_numbuts(void)
{
- Object *ob;
- float lim;
- char str[128];
if(curarea->spacetype==SPACE_VIEW3D) {
}
else if(curarea->spacetype==SPACE_NLA){
- clever_numbuts_nla();
+ //clever_numbuts_nla();
}
else if(curarea->spacetype==SPACE_IPO) {
}