From 73fa066e8b3ca4e3ff4a34a328a12b575dfc5823 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Fri, 20 Sep 2019 12:44:29 +0200 Subject: Cleanup: Remove BIF_gl.h BIF_gl.h included hacks like redefining glew functions and a constant. The named constant `GLA_PIXEL_OFS` has been moved to `GPU_viewport.h` Reviewed By: brecht Differential Revision: https://developer.blender.org/D5860 --- source/blender/draw/modes/paint_texture_mode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/draw/modes') diff --git a/source/blender/draw/modes/paint_texture_mode.c b/source/blender/draw/modes/paint_texture_mode.c index 7c164a74f2f..969dc54ab7d 100644 --- a/source/blender/draw/modes/paint_texture_mode.c +++ b/source/blender/draw/modes/paint_texture_mode.c @@ -23,8 +23,6 @@ #include "DRW_engine.h" #include "DRW_render.h" -#include "BIF_gl.h" - #include "BKE_node.h" #include "BLI_string_utils.h" -- cgit v1.2.3