OpenGL: remove fdrawline & other helper functions
Finally, fdrawline is no more! Part of T49043 & T49450
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user