From 29683d623c5532139e82453f87b848a52d1da675 Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Fri, 3 Mar 2017 17:23:35 -0500 Subject: OpenGL: remove glutil_draw_*_arc (lined, filled) These helper functions were marked DEPRECATED since they use old OpenGL calls. Now they are marked GONE! Part of T49043 --- source/blender/editors/include/BIF_glutil.h | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'source/blender/editors/include/BIF_glutil.h') diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h index 206df852fb6..378ba918e50 100644 --- a/source/blender/editors/include/BIF_glutil.h +++ b/source/blender/editors/include/BIF_glutil.h @@ -58,32 +58,6 @@ extern const unsigned char stipple_diag_stripes_pos[128]; extern const unsigned char stipple_diag_stripes_neg[128]; extern const unsigned char stipple_checker_8px[128]; -/** - * Draw a lined (non-looping) arc with the given - * \a radius, starting at angle \a start and arcing - * through \a angle. The arc is centered at the origin - * and drawn in the XY plane. - * - * \param start The initial angle (in radians). - * \param angle The length of the arc (in radians). - * \param radius The arc radius. - * \param nsegments The number of segments to use in drawing the arc. - */ -void glutil_draw_lined_arc(float start, float angle, float radius, int nsegments); /* DEPRECATED */ - -/** - * Draw a filled arc with the given \a radius, - * starting at angle \a start and arcing through - * \a angle. The arc is centered at the origin - * and drawn in the XY plane. - * - * \param start The initial angle (in radians). - * \param angle The length of the arc (in radians). - * \param radius The arc radius. - * \param nsegments The number of segments to use in drawing the arc. - */ -void glutil_draw_filled_arc(float start, float angle, float radius, int nsegments); /* DEPRECATED */ - /** * Draw a circle outline with the given \a radius. * The circle is centered at \a x, \a y and drawn in the XY plane. -- cgit v1.2.3