From ee5e7a006e7134bad6534abe331c6f9310380337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Sat, 23 Mar 2019 23:42:30 +0100 Subject: GPU: Remove unused and deprecated GPU_line_stipple() --- source/blender/editors/include/BIF_glutil.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h index 35e04106f31..9cb308d5145 100644 --- a/source/blender/editors/include/BIF_glutil.h +++ b/source/blender/editors/include/BIF_glutil.h @@ -103,7 +103,6 @@ void immDrawPixelsTexScaled_clipping(IMMDrawPixelsTexState *state, float xzoom, float yzoom, float color[4]); void set_inverted_drawing(int enable); -void setlinestyle(int nr); /* own working polygon offset */ float bglPolygonOffsetCalc(const float winmat[16], float viewdist, float dist); -- cgit v1.2.3