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:
authorMike Erwin <significant.bit@gmail.com>2016-11-17 23:03:55 +0300
committerMike Erwin <significant.bit@gmail.com>2016-11-17 23:03:55 +0300
commitd915e89ec888ff7ba1656f59bb38d14bc5fde793 (patch)
tree2a86efceac18017760214933b384659cb46e6d7c /source/blender/editors/include/BIF_glutil.h
parentfeccadd81b0862321aed81e1dd3aaa0fe1d72e8a (diff)
delete deprecated fdrawXORcirc function
Only one place used it, and that place was dead code already.
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index e34d9517c11..25fcdf33524 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -52,8 +52,6 @@ void fdrawbox(float x1, float y1, float x2, float y2); /* DEPRECATED */
void sdrawline(int x1, int y1, int x2, int y2); /* DEPRECATED */
void sdrawbox(int x1, int y1, int x2, int y2); /* DEPRECATED */
-void fdrawXORcirc(float xofs, float yofs, float rad); /* DEPRECATED */
-
void fdrawcheckerboard(float x1, float y1, float x2, float y2); /* DEPRECATED */
/* OpenGL stipple defines */