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>2017-03-21 23:11:17 +0300
committerMike Erwin <significant.bit@gmail.com>2017-03-21 23:11:55 +0300
commit20d02be6b81db1bb99df1e82cff1c2575db40ae4 (patch)
treeadd72c9d313c0db8d0d6580d231f4e898874f731 /source/blender/editors/include/BIF_glutil.h
parent3bd831d1d61634e533227bccc04a46574289b774 (diff)
OpenGL: remove fdrawline & other helper functions
Finally, fdrawline is no more! Part of T49043 & T49450
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index 01a2cf46a35..ab3fd961773 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -38,7 +38,7 @@ struct bContext;
struct ColorManagedViewSettings;
struct ColorManagedDisplaySettings;
-/* Several functions defined here are being DEPRECATED for Blender 2.8
+/* A few functions defined here are being DEPRECATED for Blender 2.8
*
* Do not use them in new code, and you are encouraged to
* convert existing code to draw without these.
@@ -47,8 +47,6 @@ struct ColorManagedDisplaySettings;
* - merwin
*/
-void fdrawline(float x1, float y1, float x2, float y2); /* 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.