From cc70f7d048be1970b80e9493b269b331e8adee54 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Dec 2019 11:06:17 +1100 Subject: Cleanup: undeclared variable warning --- source/blender/makesrna/intern/rna_space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c index c26ba5b022d..3e6d7352d02 100644 --- a/source/blender/makesrna/intern/rna_space.c +++ b/source/blender/makesrna/intern/rna_space.c @@ -374,7 +374,7 @@ static const EnumPropertyItem rna_enum_studio_light_items[] = { {0, NULL, 0, NULL, NULL}, }; -const EnumPropertyItem rna_enum_view3dshading_render_pass_type_items[] = { +static const EnumPropertyItem rna_enum_view3dshading_render_pass_type_items[] = { {SCE_PASS_COMBINED, "COMBINED", 0, "Combined", ""}, /* {SCE_PASS_Z, "Z", 0, "Z", ""},*/ {SCE_PASS_AO, "AO", 0, "Ambient Occlusion", ""}, -- cgit v1.2.3