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-04 01:36:17 +0300
committerMike Erwin <significant.bit@gmail.com>2017-03-04 01:36:17 +0300
commitaf1635eeb0205f632808f70b18e4080c502b4cb5 (patch)
tree4423c4d9768867e1bcd46dcd54bff11330d513e3 /source/blender/editors/include/BIF_glutil.h
parent29683d623c5532139e82453f87b848a52d1da675 (diff)
OpenGL: remove stipple pattern defines
GPU_basic_shader handles this internally; no other code depends on it.
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index 378ba918e50..3540bcb58a1 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -51,13 +51,6 @@ void fdrawline(float x1, float y1, float x2, float y2); /* DEPRECATED */
void fdrawcheckerboard(float x1, float y1, float x2, float y2); /* DEPRECATED */
-/* OpenGL stipple defines */
-extern const unsigned char stipple_halftone[128];
-extern const unsigned char stipple_quarttone[128];
-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 circle outline with the given \a radius.
* The circle is centered at \a x, \a y and drawn in the XY plane.