diff --git a/intern/cycles/render/nodes.h b/intern/cycles/render/nodes.h index 5d0a9eb533b..b88227a8dfd 100644 --- a/intern/cycles/render/nodes.h +++ b/intern/cycles/render/nodes.h @@ -355,7 +355,6 @@ public: SHADER_NODE_CLASS(SubsurfaceScatteringNode) bool has_surface_bssrdf() { return true; } bool has_bssrdf_bump(); - bool has_spatial_varying() { return true; } static ShaderEnum falloff_enum; };