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:
authorCampbell Barton <ideasman42@gmail.com>2019-07-02 05:30:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-07-02 05:34:27 +0300
commita9635c63842d47009cbb9b9de7ca8afa112254bf (patch)
tree2ed19a6e362515bcfbe323cae39329871dd46e69 /source/blender/editors/include/BIF_glutil.h
parent12788538496a6c63f876926f27a99cf8b0ad9c97 (diff)
Cleanup: rename set_inverted_drawing, move to GPU_state
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 7d4b6dbeea2..101a65d151a 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -172,8 +172,6 @@ int ED_draw_imbuf_method(struct ImBuf *ibuf);
/* OpenGL drawing utility functions. Do not use these in new code, these
* are intended to be moved or removed in the future. */
-void set_inverted_drawing(int enable);
-
/* own working polygon offset */
float bglPolygonOffsetCalc(const float winmat[16], float viewdist, float dist);
void bglPolygonOffset(float viewdist, float dist);