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:
authorDaniel Dunbar <daniel@zuster.org>2005-03-28 11:40:19 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-03-28 11:40:19 +0400
commit0c05224a15cfcc7ae1fe2cd2010be95b8820ddf0 (patch)
tree17a8e61b72b7b23c3b00166ad421c5c7d9a89e92 /source/blender/include/BDR_drawobject.h
parent29aae3452e2920bc7ace6a28b1f5478440b75f64 (diff)
- removed old prototype (subsurf_optimal)
Diffstat (limited to 'source/blender/include/BDR_drawobject.h')
-rw-r--r--source/blender/include/BDR_drawobject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/include/BDR_drawobject.h b/source/blender/include/BDR_drawobject.h
index 10b6dc11c5c..0356dd60f25 100644
--- a/source/blender/include/BDR_drawobject.h
+++ b/source/blender/include/BDR_drawobject.h
@@ -50,8 +50,6 @@ void helpline(float *vec);
void drawaxes(float size);
void drawcamera(struct Object *ob);
-extern int subsurf_optimal(struct Object *ob);
-
void calc_mesh_facedots_ext(void);
void calc_lattverts_ext(void);
void calc_meshverts_ext(void);