From 2b9dfff6f3c928a0d03e1e683e861ad51515f9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Mon, 23 May 2022 17:19:37 +0200 Subject: Cleanup: GPU: Remove `gpu_shader_common_obinfos_lib.glsl` This has been replaced by `draw_object_infos`. --- source/blender/gpu/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/gpu/CMakeLists.txt') diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index ec9078983f9..e78c86ae196 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -406,8 +406,6 @@ set(GLSL_SRC shaders/gpu_shader_cfg_world_clip_lib.glsl shaders/gpu_shader_colorspace_lib.glsl - shaders/gpu_shader_common_obinfos_lib.glsl - GPU_shader_shared_utils.h ) -- cgit v1.2.3