From 960ab2ab580b58bd12cedd0052773f7bbed4b62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Wed, 19 Sep 2018 19:34:00 +0200 Subject: Cleanup: Remove "_new" from GPU_generate_pass_new Not needed anymore since old one has been deleted. --- source/blender/gpu/intern/gpu_codegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_codegen.h') diff --git a/source/blender/gpu/intern/gpu_codegen.h b/source/blender/gpu/intern/gpu_codegen.h index a6cb2468f2f..39d946d89a0 100644 --- a/source/blender/gpu/intern/gpu_codegen.h +++ b/source/blender/gpu/intern/gpu_codegen.h @@ -176,7 +176,7 @@ struct GPUPass { typedef struct GPUPass GPUPass; -GPUPass *GPU_generate_pass_new( +GPUPass *GPU_generate_pass( GPUMaterial *material, GPUNodeLink *frag_outlink, struct GPUVertexAttribs *attribs, ListBase *nodes, -- cgit v1.2.3