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:55:41 +0300
committerMike Erwin <significant.bit@gmail.com>2017-03-04 01:55:41 +0300
commit87d5f670a0af2b0fcbf92ef591859cbb0a2a0670 (patch)
tree3159f345f8117022ffd108da396a18967c15bc6a /source/blender/editors/include/BIF_glutil.h
parent0215b3e9574f46ae48b73c94a9cf80152f2f1e8f (diff)
OpenGL: remove glaDrawBorderCorners
This helper function was marked DEPRECATED since it uses old OpenGL calls. Part of T49043
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 3540bcb58a1..74c96f46cc5 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -282,8 +282,6 @@ void glaDrawImBuf_glsl_ctx_clipping(const struct bContext *C,
float clip_max_x, float clip_max_y,
float zoom_x, float zoom_y);
-void glaDrawBorderCorners(const struct rcti *border, float zoomx, float zoomy);
-
void immDrawBorderCorners(unsigned int pos, const struct rcti *border, float zoomx, float zoomy);
#endif /* __BIF_GLUTIL_H__ */