[Bf-blender-cvs] [fd36cc81196] temp-greasepencil-vfx: Cleanup unused code

Antonio Vazquez noreply at git.blender.org
Sun Jul 1 11:11:47 CEST 2018


Commit: fd36cc811968bfa480fde1ff36efcd68eeb4ee93
Author: Antonio Vazquez
Date:   Sat Jun 30 20:16:36 2018 +0200
Branches: temp-greasepencil-vfx
https://developer.blender.org/rBfd36cc811968bfa480fde1ff36efcd68eeb4ee93

Cleanup unused code

===================================================================

M	source/blender/makesrna/intern/rna_shader_fx.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_shader_fx.c b/source/blender/makesrna/intern/rna_shader_fx.c
index 67a00da4175..52d1db66bef 100644
--- a/source/blender/makesrna/intern/rna_shader_fx.c
+++ b/source/blender/makesrna/intern/rna_shader_fx.c
@@ -61,10 +61,7 @@ const EnumPropertyItem rna_enum_object_shaderfx_type_items[] = {
 
 #ifdef RNA_RUNTIME
 
-//#include "BKE_context.h"
-//#include "BKE_library.h"
 #include "BKE_shader_fx.h"
-//#include "BKE_object.h"
 
 #include "DEG_depsgraph.h"
 #include "DEG_depsgraph_build.h"



More information about the Bf-blender-cvs mailing list