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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-17 15:05:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-17 15:05:09 +0300
commit1b25f48542b85f61e9fb6044e5ec0b1985a7906a (patch)
tree7ae4432ef958a307b65dc9a1391393a603b6001d /source/blender/editors/space_view3d/drawobject.c
parentcf6f6c1c5e3971e0d4e023bd8267b9430e46f598 (diff)
clear some unused warnings
Diffstat (limited to 'source/blender/editors/space_view3d/drawobject.c')
-rw-r--r--source/blender/editors/space_view3d/drawobject.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_view3d/drawobject.c b/source/blender/editors/space_view3d/drawobject.c
index 321f68a157f..df431f06ef6 100644
--- a/source/blender/editors/space_view3d/drawobject.c
+++ b/source/blender/editors/space_view3d/drawobject.c
@@ -5306,6 +5306,7 @@ static void draw_box(float vec[8][3])
}
/* uses boundbox, function used by Ketsji */
+#if 0
static void get_local_bounds(Object *ob, float *center, float *size)
{
BoundBox *bb= object_get_boundbox(ob);
@@ -5324,8 +5325,7 @@ static void get_local_bounds(Object *ob, float *center, float *size)
center[2]= (bb->vec[0][2] + bb->vec[1][2])/2.0;
}
}
-
-
+#endif
static void draw_bb_quadric(BoundBox *bb, short type)
{