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:
authorClément Foucault <foucault.clem@gmail.com>2017-03-09 21:12:13 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-03-10 00:10:48 +0300
commit6ce1d71914e919ea3bcb9d9529193d8f247e0a9d (patch)
treee889ebf8e0273964278acaceaf6cb9c3d0830587 /source/blender/editors/include/ED_view3d.h
parent55a56a31a03ffba115c326c1061762434a72a690 (diff)
OpenGL: Convert drawobject.c (cont)
Remove drawcircball Convert texturespace, editfont, metaball (except for displist usage)
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index b1b78a9876f..319d5afe0f3 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -281,7 +281,6 @@ float ED_view3d_radius_to_dist(
const char persp, const bool use_aspect,
const float radius);
-void drawcircball(int mode, const float cent[3], float rad, const float tmat[4][4]);
void imm_drawcircball(const float cent[3], float rad, const float tmat[4][4], unsigned pos);
/* backbuffer select and draw support */